Skip to content

Commit f1177a0

Browse files
committed
Fix typo
1 parent f072f88 commit f1177a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ def _detect_server_capabilities(server_version, connection_settings):
15631563
sql_reset = True
15641564
sql_close_all = False
15651565
elif hasattr(connection_settings, 'crdb_version'):
1566-
# CocroachDB detected.
1566+
# CockroachDB detected.
15671567
advisory_locks = False
15681568
notifications = False
15691569
plpgsql = False

0 commit comments

Comments
 (0)