@@ -206,7 +206,7 @@ def save(self, to_save, manipulate=True,
206
206
207
207
By default an acknowledgment is requested from the server that the
208
208
save was successful, raising :class:`~pymongo.errors.OperationFailure`
209
- if an error occurred. **Passing `` w=0`` disables write acknowledgement
209
+ if an error occurred. **Passing w=0 disables write acknowledgement
210
210
and all other write concern options.**
211
211
212
212
:Parameters:
@@ -274,7 +274,7 @@ def insert(self, doc_or_docs, manipulate=True,
274
274
275
275
By default an acknowledgment is requested from the server that the
276
276
insert was successful, raising :class:`~pymongo.errors.OperationFailure`
277
- if an error occurred. **Passing `` w=0`` disables write acknowledgement
277
+ if an error occurred. **Passing w=0 disables write acknowledgement
278
278
and all other write concern options.**
279
279
280
280
:Parameters:
@@ -396,7 +396,7 @@ def update(self, spec, document, upsert=False, manipulate=False,
396
396
397
397
By default an acknowledgment is requested from the server that the
398
398
update was successful, raising :class:`~pymongo.errors.OperationFailure`
399
- if an error occurred. **Passing `` w=0`` disables write acknowledgement
399
+ if an error occurred. **Passing w=0 disables write acknowledgement
400
400
and all other write concern options.**
401
401
402
402
There are many useful `update modifiers`_ which can be used
@@ -556,7 +556,7 @@ def remove(self, spec_or_id=None, safe=None, multi=True, **kwargs):
556
556
557
557
By default an acknowledgment is requested from the server that the
558
558
remove was successful, raising :class:`~pymongo.errors.OperationFailure`
559
- if an error occurred. **Passing `` w=0`` disables write acknowledgement
559
+ if an error occurred. **Passing w=0 disables write acknowledgement
560
560
and all other write concern options.**
561
561
562
562
:Parameters:
0 commit comments