diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst index 6486dc8d..507a0ee9 100644 --- a/doc/src/advanced.rst +++ b/doc/src/advanced.rst @@ -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 `. +and cursor subclasses `. .. note::