This commit is contained in:
Gabriel Linder 2016-03-09 21:51:02 +01:00 committed by Daniele Varrazzo
parent 89f2ab9f05
commit 4d0b449cbf

View File

@ -47,7 +47,7 @@ it is the class where query building, execution and result type-casting into
Python variables happens.
The `~psycopg2.extras` module contains several examples of :ref:`connection
and cursor sublcasses <cursor-subclasses>`.
and cursor subclasses <cursor-subclasses>`.
.. note::