Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 66fd8d2

Browse files
authored
Update README.md
1 parent 8bb5598 commit 66fd8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ db.create_table(
1717
{
1818
"id": (int, True), # "id": (int, True) -> "COLON_NAME": (PYTHON_TYPE, IS_PRIMARY_KEY)
1919
"nick": (str, False),
20-
"desc": (str, False)
20+
"desc": (str, False),
2121
"birthday": (float, False)
2222
}
2323
)
@@ -26,4 +26,4 @@ db.add_data(
2626
"users",
2727
[0, "Roman", "...", 1]
2828
)
29-
```
29+
```

0 commit comments

Comments
 (0)