Skip to content

Commit

Permalink
Fix link in connect docstring (MagicStack#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 25, 2020
1 parent 92aa806 commit 8b313bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpg/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ async def connect(dsn=None, *,
.. _postgres envvars:
https://www.postgresql.org/docs/current/static/libpq-envars.html
.. _libpq connection URI format:
https://www.postgresql.org/docs/current/static/\
https://www.postgresql.org/docs/current/static/
libpq-connect.html#LIBPQ-CONNSTRING
"""
if not issubclass(connection_class, Connection):
Expand Down

0 comments on commit 8b313bd

Please sign in to comment.