diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-02-28 15:24:09 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-02-28 15:24:09 +0000 |
| commit | 68dd63b984b824407f59280515fc94d853ec3b7c (patch) | |
| tree | f156153a764752682f8c0c36b1aaf01a968537b2 | |
| parent | 9e95d6f6047a43268d3138a03342ad0534c4362b (diff) | |
Minor spacing fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/regressiontests/debug/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regressiontests/debug/__init__.py b/tests/regressiontests/debug/__init__.py index 7ca84ebc4b..d1c6e08f35 100644 --- a/tests/regressiontests/debug/__init__.py +++ b/tests/regressiontests/debug/__init__.py @@ -4,7 +4,7 @@ class BrokenException(Exception): pass except_args = ('Broken!', # plain exception with ASCII text - u'¡Broken!', # non-ASCII unicode data - '¡Broken!', # non-ASCII, utf-8 encoded bytestring + u'¡Broken!', # non-ASCII unicode data + '¡Broken!', # non-ASCII, utf-8 encoded bytestring '\xa1Broken!', ) # non-ASCII, latin1 bytestring |
