Merge pull request #1004 from brunopgalvao/patch-1

spelling change definion to definition
This commit is contained in:
Matthieu Rigal 2015-06-01 23:27:50 +02:00
commit 29def587ff

View File

@ -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`)::