Skip to content

Commit

Permalink
fix: fix typo in README (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Jan 29, 2021
1 parent 55b9d19 commit d25fa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -112,7 +112,7 @@ Executing a query
"WHERE SingerId = 15"
)
results = cur.fetchall()
results = cursor.fetchall()
Current limitations
Expand Down

0 comments on commit d25fa86

Please sign in to comment.