From dfa48040ae7e42e689da051b465f126ea892238f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Kara=C4=8Di=C4=87?= Date: Fri, 22 Apr 2016 10:07:28 +0200 Subject: [PATCH] Update abstract_models.py Sorry, OCD. --- src/oscar/apps/customer/abstract_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oscar/apps/customer/abstract_models.py b/src/oscar/apps/customer/abstract_models.py index 96ad5c1a815..e54597d1e64 100644 --- a/src/oscar/apps/customer/abstract_models.py +++ b/src/oscar/apps/customer/abstract_models.py @@ -132,7 +132,7 @@ def __str__(self): @python_2_unicode_compatible class AbstractCommunicationEventType(models.Model): """ - A 'type' of communication. Like a order confirmation email. + A 'type' of communication. Like an order confirmation email. """ #: Code used for looking up this event programmatically.