Merge pull request #416 from dargor/doc_typos

Typo.
This commit is contained in:
Daniele Varrazzo 2016-03-10 12:22:01 +00:00
commit caa3e491f2

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::