Skip to content

Commit e5e6dc8

Browse files
committed
Trailing quote
1 parent 835e560 commit e5e6dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Version 4.12.1 is a bug fix release.
1313
- Fixed a bug where clients created with connect=False and a "mongodb+srv://" connection string
1414
could cause public ``pymongo.MongoClient`` and ``pymongo.AsyncMongoClient`` attributes (topology_description,
1515
nodes, address, primary, secondaries, arbiters) to incorrectly return a Database, leading to type
16-
errors such as: "NotImplementedError: Database objects do not implement truth value testing or bool().
16+
errors such as: "NotImplementedError: Database objects do not implement truth value testing or bool()".
1717
- Removed Eventlet testing against Python versions newer than 3.9 since
1818
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
1919

0 commit comments

Comments
 (0)