Skip to content

Commit 8726cee

Browse files
committed
fix: spelling fix in comment.
1 parent 17acc4e commit 8726cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/backends/back_postgresql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_database_name(config):
7979
unix/windows. This is less palatable.
8080
8181
If the database specified using RDBMS_SERVICE does exist, (i.e. we
82-
are doing a nuke operation), use psycopg.extenstion.ConnectionInfo
82+
are doing a nuke operation), use psycopg.extensions.ConnectionInfo
8383
to get the dbname. This requires psycopg2 > 2.8 from 2018.
8484
'''
8585

0 commit comments

Comments
 (0)