From e68baf386219ab64539ba5cef628811be03fdb84 Mon Sep 17 00:00:00 2001 From: Дилян Палаузов Date: Mon, 6 Nov 2017 22:11:39 -0500 Subject: [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. Backport of 6c0042430e3618ce5c276d195d92a6b884daa3a3 from master --- tests/proxy_models/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/proxy_models') 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 -- cgit v1.3