Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Example::
A connection to a :term:`PostgreSQL` database instance. It encapsulates a
database session.

Its insterface is very close to :class:`psycopg2.connection`
Its interface is very close to :class:`psycopg2.connection`
(http://initd.org/psycopg/docs/connection.html) except all methods
are :ref:`coroutines <coroutine>`.

Expand Down Expand Up @@ -318,7 +318,7 @@ Cursor
connections can or can not be isolated, depending on the
connections’ isolation level.

Its insterface is very close to :class:`psycopg2.cursor`
Its interface is very close to :class:`psycopg2.cursor`
(http://initd.org/psycopg/docs/cursor.html) except all methods
are :ref:`coroutines <coroutine>`.

Expand Down
Loading