fix typo in the save() method's docstring (#1551)

This commit is contained in:
lanf0n 2017-05-11 22:06:36 +08:00 committed by Stefan Wójcik
parent 0bc7aa52d8
commit 24d15d4274

View File

@ -320,7 +320,7 @@ class Document(BaseDocument):
:param save_condition: only perform save if matching record in db
satisfies condition(s) (e.g. version number).
Raises :class:`OperationError` if the conditions are not satisfied
:parm signal_kwargs: (optional) kwargs dictionary to be passed to
:param signal_kwargs: (optional) kwargs dictionary to be passed to
the signal calls.
.. versionchanged:: 0.5