Minor spacing fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9e95d6f604
commit
68dd63b984
|
@ -4,7 +4,7 @@ class BrokenException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
except_args = ('Broken!', # plain exception with ASCII text
|
except_args = ('Broken!', # plain exception with ASCII text
|
||||||
u'¡Broken!', # non-ASCII unicode data
|
u'¡Broken!', # non-ASCII unicode data
|
||||||
'¡Broken!', # non-ASCII, utf-8 encoded bytestring
|
'¡Broken!', # non-ASCII, utf-8 encoded bytestring
|
||||||
'\xa1Broken!', ) # non-ASCII, latin1 bytestring
|
'\xa1Broken!', ) # non-ASCII, latin1 bytestring
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue