Skip to content

Commit f65c1b0

Browse files
committed
docs: Fix 'interface' typo
1 parent 7b01833 commit f65c1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Example::
7272
A connection to a :term:`PostgreSQL` database instance. It encapsulates a
7373
database session.
7474

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

@@ -318,7 +318,7 @@ Cursor
318318
connections can or can not be isolated, depending on the
319319
connections’ isolation level.
320320

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

0 commit comments

Comments
 (0)