Fixed #28776 -- Fixed a/an/and typos in docs and comments.

This commit is contained in:
Дилян Палаузов 2017-11-06 22:11:39 -05:00 committed by Tim Graham
parent 5587485d49
commit 6c0042430e
24 changed files with 29 additions and 29 deletions

View file

@ -1146,7 +1146,7 @@ class AutodetectorTests(TestCase):
# a CreateModel operation w/o any definition on the original model
model_state_not_specified = ModelState("a", "model", [("id", models.AutoField(primary_key=True))])
# Explicitly testing for None, since this was the issue in #23452 after
# a AlterFooTogether operation with e.g. () as value
# an AlterFooTogether operation with e.g. () as value
model_state_none = ModelState("a", "model", [
("id", models.AutoField(primary_key=True))
], {