Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit d25fa86

Browse files
fix: fix typo in README (#575)
1 parent 55b9d19 commit d25fa86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Executing a query
112112
"WHERE SingerId = 15"
113113
)
114114
115-
results = cur.fetchall()
115+
results = cursor.fetchall()
116116
117117
118118
Current limitations

0 commit comments

Comments
 (0)