Skip to content

Commit 71db74d

Browse files
committed
Typo in FAQ.
1 parent c800cd1 commit 71db74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ indefinitely for sockets to become available, unless you set
6464

6565
client = MongoClient(host, port, waitQueueTimeoutMS=100)
6666

67-
A thread that waits more than 100ms (in this example) for a sockets raises
67+
A thread that waits more than 100ms (in this example) for a socket raises
6868
:exc:`~pymongo.errors.ConnectionFailure`. Use this option if it is more
6969
important to bound the duration of operations during a load spike than it is to
7070
complete every operation.

0 commit comments

Comments
 (0)