Fix maxIdleTimeMS typo in docs (#503)

This commit is contained in:
Nick Loadholtes 2020-10-14 12:48:06 -04:00 committed by GitHub
parent 2818a32855
commit 1002938a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ network errors, causing the total number of sockets (both in use and idle) to
drop below the minimum, more sockets are opened until the minimum is reached.
The maximum number of milliseconds that a connection can remain idle in the
pool before being removed and replaced can be set with ``maxIdleTime``, which
pool before being removed and replaced can be set with ``maxIdleTimeMS``, which
defaults to `None` (no limit).
The default configuration for a :class:`~pymongo.mongo_client.MongoClient`