From 9c1ad5f631011bf8c5178d1e4ceb292def43c2e6 Mon Sep 17 00:00:00 2001 From: Gregg Lind Date: Wed, 4 May 2011 18:01:06 -0700 Subject: [PATCH] Tiny spelling correction / clarification. --- mongoengine/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoengine/document.py b/mongoengine/document.py index fef737db..f15e6836 100644 --- a/mongoengine/document.py +++ b/mongoengine/document.py @@ -67,7 +67,7 @@ class Document(BaseDocument): :param safe: check if the operation succeeded before returning :param force_insert: only try to create a new document, don't allow updates of existing documents - :param validate: validates the document; set to ``False`` for skiping + :param validate: validates the document; set to ``False`` to skip. """ if validate: self.validate()