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