Skip to content

Commit

Permalink
Merge pull request #1004 from brunopgalvao/patch-1
Browse files Browse the repository at this point in the history
spelling change definion to definition
  • Loading branch information
MRigal committed Jun 1, 2015
2 parents 94eac1e + fde733c commit 29def58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/defining-documents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ arguments can be set on all fields:
:attr:`default` (Default: None)
A value to use when no value is set for this field.

The definion of default parameters follow `the general rules on Python
The definition of default parameters follow `the general rules on Python
<http://docs.python.org/reference/compound_stmts.html#function-definitions>`__,
which means that some care should be taken when dealing with default mutable objects
(like in :class:`~mongoengine.fields.ListField` or :class:`~mongoengine.fields.DictField`)::
Expand Down

0 comments on commit 29def58

Please sign in to comment.