diff --git a/docs/api/index.rst b/docs/api/index.rst index 1b9b69df..43486bdc 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -137,7 +137,7 @@ statement, and also a way to read row chunks and skip forward over the result set. To iterate over a cursor using a connection object use -:meth:`Conection.cursor() `. +:meth:`Connection.cursor() `. To make the iteration efficient, the cursor will prefetch records to reduce the number of queries sent to the server: