Skip to content

Commit 0c5ea89

Browse files
committed
fix example
1 parent b93d6b6 commit 0c5ea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip install python-tables
88
```
99

1010
```py
11-
from luatable import Table
11+
from python-tables import Table
1212

1313
tbl = Table()
1414
print(tbl) # <>

0 commit comments

Comments
 (0)