Skip to content

Commit 66719b3

Browse files
committed
Fix
1 parent 77de789 commit 66719b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The {+driver-short+} v4.12 release includes the following new features:
5656
more performant deletion of files with multiple revisions.
5757
- ``AsyncMongoClient`` objects no longer perform DNS resolution for ``mongodb+srv://``
5858
connection strings on creation. To avoid blocking the ``asyncio`` loop, {+driver-short+}
59-
now defers teh resolution until the client is first connected.
59+
now defers the resolution until the client is first connected.
6060
- Adds index hinting support to the ``pymongo.asynchronous.collection.AsyncCollection.distinct()``
6161
and ``pymongo.collection.Collection.distinct()`` methods.
6262
- Deprecates the ``hedge`` parameter for the ``PrimaryPreferred``, ``Secondary``,

0 commit comments

Comments
 (0)