Skip to content

Commit 8fc1e60

Browse files
committed
try a different indent
1 parent 113e4a4 commit 8fc1e60

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
@@ -1920,7 +1920,7 @@ async def connect(dsn=None, *,
19201920
https://www.postgresql.org/docs/current/static/libpq-envars.html
19211921
.. _libpq connection URI format:
19221922
https://www.postgresql.org/docs/current/static/\
1923-
libpq-connect.html#LIBPQ-CONNSTRING
1923+
libpq-connect.html#LIBPQ-CONNSTRING
19241924
"""
19251925
if not issubclass(connection_class, Connection):
19261926
raise TypeError(

0 commit comments

Comments
 (0)