fix typo: "a the structure" -> "the structure"

This commit is contained in:
Vladimir Rutsky 2015-02-20 19:41:20 +03:00
parent f42ab957d4
commit 47f995bda3

View File

@ -65,7 +65,7 @@ which fields a :class:`User` may have, and what types of data they might store::
first_name = StringField(max_length=50)
last_name = StringField(max_length=50)
This looks similar to how a the structure of a table would be defined in a
This looks similar to how the structure of a table would be defined in a
regular ORM. The key difference is that this schema will never be passed on to
MongoDB --- this will only be enforced at the application level, making future
changes easy to manage. Also, the User documents will be stored in a