1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.

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

View File

@@ -69,7 +69,7 @@ class ManagerMixin(models.Model):
class OtherPerson(Person, ManagerMixin):
"""
A class with the default manager from Person, plus an secondary manager.
A class with the default manager from Person, plus a secondary manager.
"""
class Meta:
proxy = True