summaryrefslogtreecommitdiff
path: root/tests/proxy_models
diff options
context:
space:
mode:
Diffstat (limited to 'tests/proxy_models')
-rw-r--r--tests/proxy_models/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proxy_models/models.py b/tests/proxy_models/models.py
index d0603886e0..5e6fdd2b93 100644
--- a/tests/proxy_models/models.py
+++ b/tests/proxy_models/models.py
@@ -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