Fix documentation regarding limitation with fields with underscore in their name in DynamicDocument

This commit is contained in:
Bastien Gérard
2019-02-16 22:54:00 +01:00
parent a657f29439
commit 3484ceabb8
2 changed files with 72 additions and 6 deletions

View File

@@ -1016,7 +1016,7 @@ class DynamicDocument(six.with_metaclass(TopLevelDocumentMetaclass, Document)):
.. note::
There is one caveat on Dynamic Documents: fields cannot start with `_`
There is one caveat on Dynamic Documents: undeclared fields cannot start with `_`
"""
# The __metaclass__ attribute is removed by 2to3 when running with Python3