Skip to content

Commit 1194a8a

Browse files
committed
s/quote/quote_plus/ in the note about DSN part quoting
Noticed in #1151
1 parent 1aab209 commit 1194a8a

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
@@ -2034,7 +2034,7 @@ async def connect(dsn=None, *,
20342034
.. note::
20352035
20362036
The URI must be *valid*, which means that all components must
2037-
be properly quoted with :py:func:`urllib.parse.quote`, and
2037+
be properly quoted with :py:func:`urllib.parse.quote_plus`, and
20382038
any literal IPv6 addresses must be enclosed in square brackets.
20392039
For example:
20402040

0 commit comments

Comments
 (0)