From 68dd63b984b824407f59280515fc94d853ec3b7c Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sun, 28 Feb 2010 15:24:09 +0000 Subject: [PATCH] Minor spacing fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12622 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/debug/__init__.py | 4 ++-- 1 file 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