Tiny spelling correction / clarification.

This commit is contained in:
Gregg Lind 2011-05-04 18:01:06 -07:00
parent 69989365c7
commit 9c1ad5f631

View File

@ -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()