From 48a691e722460a3bfb130a08a3c863c9fd7170ef Mon Sep 17 00:00:00 2001 From: amir-almusawi Date: Fri, 7 Dec 2018 22:08:05 -0600 Subject: [PATCH] fixed small typographical error --- docs/guide/defining-documents.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/defining-documents.rst b/docs/guide/defining-documents.rst index 14f2ff1b..4449b00b 100644 --- a/docs/guide/defining-documents.rst +++ b/docs/guide/defining-documents.rst @@ -155,7 +155,7 @@ arguments can be set on all fields: An iterable (e.g. list, tuple or set) of choices to which the value of this field should be limited. - Can be either be a nested tuples of value (stored in mongo) and a + Can either be nested tuples of value (stored in mongo) and a human readable key :: SIZE = (('S', 'Small'),