Skip to content

Commit

Permalink
Minor typo on docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
puentesarrin committed May 13, 2013
1 parent 7667c10 commit 1c14e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/replica_set_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __init__(self, hosts_or_uri=None, max_pool_size=10,
- `network_timeout`: For compatibility with connection.Connection.
The timeout (in seconds) to use for socket operations - default
is no timeout. If both `network_timeout` and `socketTimeoutMS` are
are specified `network_timeout` takes precedence, matching
specified `network_timeout` takes precedence, matching
connection.Connection.
- `socketTimeoutMS`: (integer) How long (in milliseconds) a send or
receive on a socket can take before timing out.
Expand Down

0 comments on commit 1c14e21

Please sign in to comment.