Fixed spelling in errors.py

This commit is contained in:
Leonid R
2016-03-25 23:38:37 +04:00
parent e1ffacb4f3
commit 9b5e57692b
+2 -2
View File
@@ -3,12 +3,12 @@ class APNsException(Exception):
class InternalException(APNsException): class InternalException(APNsException):
"""This exception should not thrown. If it is, please report this bug""" """This exception should not be raised. If it is, please report this as a bug."""
pass pass
class BadPayloadException(APNsException): class BadPayloadException(APNsException):
"""Something bad with payload""" """Something bad with the payload."""
pass pass