Merge pull request #159 from gregglind/patch-1

Tiny spelling correction / clarification.
This commit is contained in:
Harry Marr 2011-05-08 06:39:45 -07:00
commit 3b2dbf1897

View File

@ -67,7 +67,7 @@ class Document(BaseDocument):
:param safe: check if the operation succeeded before returning :param safe: check if the operation succeeded before returning
:param force_insert: only try to create a new document, don't allow :param force_insert: only try to create a new document, don't allow
updates of existing documents 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: if validate:
self.validate() self.validate()