@@ -889,8 +889,7 @@ def process_cursor(cursor):
889889
890890 # All documents have now been processed.
891891
892- With :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`
893- or :class:`~pymongo.master_slave_connection.MasterSlaveConnection`,
892+ With :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`,
894893 if the `read_preference` attribute of this instance is not set to
895894 :attr:`pymongo.read_preferences.ReadPreference.PRIMARY` or
896895 :attr:`pymongo.read_preferences.ReadPreference.PRIMARY_PREFERRED`
@@ -1247,8 +1246,7 @@ def aggregate(self, pipeline, **kwargs):
12471246 """Perform an aggregation using the aggregation framework on this
12481247 collection.
12491248
1250- With :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`
1251- or :class:`~pymongo.master_slave_connection.MasterSlaveConnection`,
1249+ With :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`,
12521250 if the `read_preference` attribute of this instance is not set to
12531251 :attr:`pymongo.read_preferences.ReadPreference.PRIMARY` or
12541252 :attr:`pymongo.read_preferences.ReadPreference.PRIMARY_PREFERRED`
@@ -1324,8 +1322,7 @@ def group(self, key, condition, initial, reduce, finalize=None, **kwargs):
13241322 function to be applied to each document, returning the key
13251323 to group by.
13261324
1327- With :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`
1328- or :class:`~pymongo.master_slave_connection.MasterSlaveConnection`,
1325+ With :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`,
13291326 if the `read_preference` attribute of this instance is not set to
13301327 :attr:`pymongo.read_preferences.ReadPreference.PRIMARY` or
13311328 :attr:`pymongo.read_preferences.ReadPreference.PRIMARY_PREFERRED`
@@ -1503,8 +1500,7 @@ def inline_map_reduce(self, map, reduce, full_response=False, **kwargs):
15031500 result documents in a list. Otherwise, returns the full
15041501 response from the server to the `map reduce command`_.
15051502
1506- With :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`
1507- or :class:`~pymongo.master_slave_connection.MasterSlaveConnection`,
1503+ With :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`,
15081504 if the `read_preference` attribute of this instance is not set to
15091505 :attr:`pymongo.read_preferences.ReadPreference.PRIMARY` or
15101506 :attr:`pymongo.read_preferences.ReadPreference.PRIMARY_PREFERRED`
0 commit comments