Skip to content

Commit

Permalink
Merge pull request #181 from puentesarrin/typo_docstring
Browse files Browse the repository at this point in the history
Minor typo on docstring
  • Loading branch information
behackett committed May 13, 2013
2 parents 7667c10 + 1c14e21 commit 0308ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/replica_set_connection.py
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 0308ce6

Please sign in to comment.