From 5e60cf913e367046ea72727f4f8c7ce221f30d86 Mon Sep 17 00:00:00 2001 From: cootshk <83678457+cootshk@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:16:06 -0500 Subject: [PATCH] fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb969f..edb6ca2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ pip install python-tables ``` ```py -from python-tables import Table +from tables import Table tbl = Table() print(tbl) # <>