Skip to content

Commit

Permalink
Merge pull request #2037 from vkaracic/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
mvantellingen committed Jul 13, 2016
2 parents e40ccab + dfa4804 commit 610e17d
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 610e17d

Please sign in to comment.