Skip to content

Commit 9faf3f0

Browse files
committed
Fix regression in simple cursor docs
Renamed postgres.cursor to postgres.cursors, but forgot to update this line in the docs.
1 parent e9b62a5 commit 9faf3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Context Managers
1919
Simple Cursors
2020
--------------
2121

22-
.. automodule:: postgres.cursor
22+
.. automodule:: postgres.cursors
2323
:members:
2424
:member-order: bysource
2525

0 commit comments

Comments
 (0)