We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c800cd1 commit 71db74dCopy full SHA for 71db74d
doc/faq.rst
@@ -64,7 +64,7 @@ indefinitely for sockets to become available, unless you set
64
65
client = MongoClient(host, port, waitQueueTimeoutMS=100)
66
67
-A thread that waits more than 100ms (in this example) for a sockets raises
+A thread that waits more than 100ms (in this example) for a socket raises
68
:exc:`~pymongo.errors.ConnectionFailure`. Use this option if it is more
69
important to bound the duration of operations during a load spike than it is to
70
complete every operation.
0 commit comments