From 0989ee3774e6785497bfae104ea6899ae0ab942b Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Wed, 21 Dec 2016 17:37:41 +0100 Subject: [PATCH] Fix typo in API documentation --- docs/api/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: