File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Example::
72
72
A connection to a :term: `PostgreSQL ` database instance. It encapsulates a
73
73
database session.
74
74
75
- Its insterface is very close to :class: `psycopg2.connection `
75
+ Its interface is very close to :class: `psycopg2.connection `
76
76
(http://initd.org/psycopg/docs/connection.html) except all methods
77
77
are :ref: `coroutines <coroutine >`.
78
78
@@ -318,7 +318,7 @@ Cursor
318
318
connections can or can not be isolated, depending on the
319
319
connections’ isolation level.
320
320
321
- Its insterface is very close to :class: `psycopg2.cursor `
321
+ Its interface is very close to :class: `psycopg2.cursor `
322
322
(http://initd.org/psycopg/docs/cursor.html) except all methods
323
323
are :ref: `coroutines <coroutine >`.
324
324
You can’t perform that action at this time.
0 commit comments