We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f010496 commit 5e60cf9Copy full SHA for 5e60cf9
README.md
@@ -8,7 +8,7 @@ pip install python-tables
8
```
9
10
```py
11
-from python-tables import Table
+from tables import Table
12
13
tbl = Table()
14
print(tbl) # <>
0 commit comments