Skip to content

Commit 8b313bd

Browse files
authored
Fix link in connect docstring (MagicStack#653)
1 parent 92aa806 commit 8b313bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ async def connect(dsn=None, *,
19191919
.. _postgres envvars:
19201920
https://www.postgresql.org/docs/current/static/libpq-envars.html
19211921
.. _libpq connection URI format:
1922-
https://www.postgresql.org/docs/current/static/\
1922+
https://www.postgresql.org/docs/current/static/
19231923
libpq-connect.html#LIBPQ-CONNSTRING
19241924
"""
19251925
if not issubclass(connection_class, Connection):

0 commit comments

Comments
 (0)