From 614b5905514f170c259ff1b7e3cd59a9f283f536 Mon Sep 17 00:00:00 2001 From: Tristan Escalada Date: Tue, 19 Jun 2012 17:08:28 -0300 Subject: [PATCH] documentation typo: inheritence inheritence corrected to inheritance only in the documentation, not in the code --- mongoengine/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoengine/document.py b/mongoengine/document.py index ff9622aa..c36645f8 100644 --- a/mongoengine/document.py +++ b/mongoengine/document.py @@ -87,7 +87,7 @@ class Document(BaseDocument): system. By default, _types will be added to the start of every index (that - doesn't contain a list) if allow_inheritence is True. This can be + doesn't contain a list) if allow_inheritance is True. This can be disabled by either setting types to False on the specific index or by setting index_types to False on the meta dictionary for the document. """