Improved a docstring for FieldDoesNotExist (#1466)

This commit is contained in:
Eli Boyarski
2017-01-09 11:24:27 -05:00
committed by Stefan Wójcik
parent 1b6743ee53
commit e5acbcc0dd
+2 -2
View File
@@ -50,8 +50,8 @@ class FieldDoesNotExist(Exception):
or an :class:`~mongoengine.EmbeddedDocument`.
To avoid this behavior on data loading,
you should the :attr:`strict` to ``False``
in the :attr:`meta` dictionnary.
you should set the :attr:`strict` to ``False``
in the :attr:`meta` dictionary.
"""