From e5acbcc0dd4c9dfe827c88b08a59160a73239781 Mon Sep 17 00:00:00 2001 From: Eli Boyarski Date: Mon, 9 Jan 2017 18:24:27 +0200 Subject: [PATCH] Improved a docstring for FieldDoesNotExist (#1466) --- mongoengine/errors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mongoengine/errors.py b/mongoengine/errors.py index 2549e822..131596d1 100644 --- a/mongoengine/errors.py +++ b/mongoengine/errors.py @@ -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. """