From 85d621846d521e2662d420983393b49737a22ae3 Mon Sep 17 00:00:00 2001 From: Benjamin Jiang Date: Wed, 16 May 2018 11:37:32 +0800 Subject: [PATCH] Fix typo --- mongoengine/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoengine/document.py b/mongoengine/document.py index c948dac2..a8061749 100644 --- a/mongoengine/document.py +++ b/mongoengine/document.py @@ -579,7 +579,7 @@ class Document(BaseDocument): """Delete the :class:`~mongoengine.Document` from the database. This will only take effect if the document has been previously saved. - :parm signal_kwargs: (optional) kwargs dictionary to be passed to + :param signal_kwargs: (optional) kwargs dictionary to be passed to the signal calls. :param write_concern: Extra keyword arguments are passed down which will be used as options for the resultant