Skip to content

Commit

Permalink
Update abstract_models.py
Browse files Browse the repository at this point in the history
Sorry, OCD.
  • Loading branch information
vkaracic committed Apr 22, 2016
1 parent 156a4b8 commit dfa4804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oscar/apps/customer/abstract_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dfa4804

Please sign in to comment.