documentation typo: inheritence
inheritence corrected to inheritance only in the documentation, not in the code
This commit is contained in:
parent
6d90ce250a
commit
614b590551
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue