Skip to content

Commit

Permalink
Update docstring to properly document behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
behackett committed Apr 6, 2011
1 parent 2ed05be commit 9d611fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pymongo/master_slave_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"""Master-Slave connection to Mongo.
Performs all writes to Master instance and distributes reads among all
instances."""
slaves. Reads are tried on each slave in turn until the read succeeds
or all slaves failed.
"""

import random

Expand Down

0 comments on commit 9d611fe

Please sign in to comment.