Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
cootshk committed Nov 2, 2023
1 parent f010496 commit 5e60cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pip install python-tables
```

```py
from python-tables import Table
from tables import Table

tbl = Table()
print(tbl) # <>
Expand Down

0 comments on commit 5e60cf9

Please sign in to comment.