From a856c7cc3700086481d5bc357589e5bbe567d1dd Mon Sep 17 00:00:00 2001 From: Meir Kriheli Date: Thu, 7 Jun 2012 12:36:14 +0300 Subject: [PATCH] Fix formatting of the docstring --- mongoengine/fields.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mongoengine/fields.py b/mongoengine/fields.py index df10d33e..ab505f73 100644 --- a/mongoengine/fields.py +++ b/mongoengine/fields.py @@ -656,8 +656,7 @@ class ReferenceField(BaseField): * NULLIFY - Updates the reference to null. * CASCADE - Deletes the documents associated with the reference. * DENY - Prevent the deletion of the reference object. - * PULL - Pull the reference from a :class:`~mongoengine.ListField` - of references + * PULL - Pull the reference from a :class:`~mongoengine.ListField` of references Alternative syntax for registering delete rules (useful when implementing bi-directional delete rules)