Skip to content

Commit 1c14e21

Browse files
committed
Minor typo on docstring
1 parent 7667c10 commit 1c14e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/replica_set_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(self, hosts_or_uri=None, max_pool_size=10,
102102
- `network_timeout`: For compatibility with connection.Connection.
103103
The timeout (in seconds) to use for socket operations - default
104104
is no timeout. If both `network_timeout` and `socketTimeoutMS` are
105-
are specified `network_timeout` takes precedence, matching
105+
specified `network_timeout` takes precedence, matching
106106
connection.Connection.
107107
- `socketTimeoutMS`: (integer) How long (in milliseconds) a send or
108108
receive on a socket can take before timing out.

0 commit comments

Comments
 (0)