We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc8fb1 commit 79488d9Copy full SHA for 79488d9
doc/examples/authentication.rst
@@ -11,7 +11,7 @@ Percent-Escaping Username and Password
11
--------------------------------------
12
13
Username and password must be percent-escaped with
14
-:py:func:`urllib.parse.quote`, to be used in a MongoDB URI. For example::
+:py:func:`urllib.parse.quote_plus`, to be used in a MongoDB URI. For example::
15
16
>>> from pymongo import MongoClient
17
>>> import urllib.parse
0 commit comments