mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
This commit is contained in:
parent
5587485d49
commit
6c0042430e
24 changed files with 29 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue