From 24d15d427482f39f7cfa0e9ac0a8b44393aa9ddf Mon Sep 17 00:00:00 2001 From: lanf0n Date: Thu, 11 May 2017 22:06:36 +0800 Subject: [PATCH] fix typo in the save() method's docstring (#1551) --- mongoengine/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoengine/document.py b/mongoengine/document.py index 4babd1b9..f1622934 100644 --- a/mongoengine/document.py +++ b/mongoengine/document.py @@ -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