Skip to content

Commit 5e60cf9

Browse files
committed
fix example
1 parent f010496 commit 5e60cf9

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 python-tables import Table
11+
from tables import Table
1212

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

0 commit comments

Comments
 (0)