From 4c054bf316c0a7ec0823c0a8d9f8289998732b3b Mon Sep 17 00:00:00 2001 From: Hamidreza Date: Wed, 13 Feb 2019 21:27:54 +0330 Subject: [PATCH] Fix indentation in LazyReferenceField ref doc --- mongoengine/fields.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mongoengine/fields.py b/mongoengine/fields.py index 9062333e..df6be2f0 100644 --- a/mongoengine/fields.py +++ b/mongoengine/fields.py @@ -2251,9 +2251,9 @@ class LazyReferenceField(BaseField): :param reverse_delete_rule: Determines what to do when the referring object is deleted :param passthrough: When trying to access unknown fields, the - :class:`~mongoengine.base.datastructure.LazyReference` instance will - automatically call `fetch()` and try to retrive the field on the fetched - document. Note this only work getting field (not setting or deleting). + :class:`~mongoengine.base.datastructure.LazyReference` instance will + automatically call `fetch()` and try to retrive the field on the fetched + document. Note this only work getting field (not setting or deleting). """ # XXX ValidationError raised outside of the "validate" method. if (