Skip to content

Commit d4373cc

Browse files
dlaxdvarrazzo
authored andcommitted
docs: fix a typo in FinishedPGconn docstring
1 parent 558cbe7 commit d4373cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psycopg/psycopg/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
class FinishedPGconn:
4040
"""Finished libpq connection.
4141
42-
Attributes are set from a real `~pscopg.pq.PGconn` but any operations will
42+
Attributes are set from a real `~psycopg.pq.PGconn` but any operations will
4343
raise an `~psycopg.OperationalError`.
4444
"""
4545

0 commit comments

Comments
 (0)