From d73f0bb1af7fa63424137174da76f89dca762010 Mon Sep 17 00:00:00 2001 From: Kes Date: Thu, 26 Mar 2020 17:25:25 +0100 Subject: [PATCH] fix typo --- mongoengine/base/datastructures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoengine/base/datastructures.py b/mongoengine/base/datastructures.py index 0572e22e..fd93c1db 100644 --- a/mongoengine/base/datastructures.py +++ b/mongoengine/base/datastructures.py @@ -307,7 +307,7 @@ class EmbeddedDocumentList(BaseList): .. note:: the instance of the EmbeddedDocument is not automatically saved to the database. - You still need to call save() o this EmbeddedDocumentList. + You still need to call save() on this EmbeddedDocumentList. :param values: A dictionary of values for the embedded document. :return: The new embedded document instance.