Merge pull request #545 from maxcountryman/patch-1
Correcting typo in DynamicField docstring
This commit is contained in:
commit
19ec2c9bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ class GenericEmbeddedDocumentField(BaseField):
|
|||
|
||||
|
||||
class DynamicField(BaseField):
|
||||
"""A tryly dynamic field type capable of handling different and varying
|
||||
"""A truly dynamic field type capable of handling different and varying
|
||||
types of data.
|
||||
|
||||
Used by :class:`~mongoengine.DynamicDocument` to handle dynamic data"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue