Skip to content

Commit fe5cfaf

Browse files
lelitElvis Pranskevichus
authored and
Elvis Pranskevichus
committed
Fix typo in API documentation
1 parent 9d27fe6 commit fe5cfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ statement, and also a way to read row chunks and skip forward over the
137137
result set.
138138

139139
To iterate over a cursor using a connection object use
140-
:meth:`Conection.cursor() <asyncpg.connection.Connection.cursor>`.
140+
:meth:`Connection.cursor() <asyncpg.connection.Connection.cursor>`.
141141
To make the iteration efficient, the cursor will prefetch records to
142142
reduce the number of queries sent to the server:
143143

0 commit comments

Comments
 (0)