diff --git a/README.rst b/README.rst index bd9eb1ebed..9ffa355070 100644 --- a/README.rst +++ b/README.rst @@ -112,7 +112,7 @@ Executing a query "WHERE SingerId = 15" ) - results = cur.fetchall() + results = cursor.fetchall() Current limitations