Skip to content

Commit 1d46c13

Browse files
committed
fix options
1 parent fdc0ac1 commit 1d46c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/asynchronous/uri_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def parse_uri(
8181
:param srv_service_name: A custom SRV service name
8282
8383
.. versionchanged:: 4.14
84-
'options' is now type ``dict`` as opposed to a ``_CaseInsensitiveDictionary``.
84+
``options`` is now type ``dict`` as opposed to a ``_CaseInsensitiveDictionary``.
8585
8686
.. versionchanged:: 4.6
8787
The delimiting slash (``/``) between hosts and connection options is now optional.

pymongo/synchronous/uri_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def parse_uri(
8181
:param srv_service_name: A custom SRV service name
8282
8383
.. versionchanged:: 4.14
84-
'options' is now type ``dict`` as opposed to a ``_CaseInsensitiveDictionary``.
84+
``options`` is now type ``dict`` as opposed to a ``_CaseInsensitiveDictionary``.
8585
8686
.. versionchanged:: 4.6
8787
The delimiting slash (``/``) between hosts and connection options is now optional.

0 commit comments

Comments
 (0)