Skip to content

Commit 727778b

Browse files
Docs, queryset.update(): Fix backtick mistake
Code should be marked with double backticks
1 parent b081ffc commit 727778b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoengine/queryset/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def update(self, upsert=False, multi=True, write_concern=None,
488488
will force an fsync on the primary server.
489489
:param full_result: Return the full result dictionary rather than just the number
490490
updated, e.g. return
491-
`{u'n': 2, u'nModified': 2, u'ok': 1.0, 'updatedExisting': True}`.
491+
``{'n': 2, 'nModified': 2, 'ok': 1.0, 'updatedExisting': True}``.
492492
:param update: Django-style update keyword arguments
493493
494494
.. versionadded:: 0.2

0 commit comments

Comments
 (0)