From a5b062576bda29abe93504dbcb126e644d07f9dd Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 22 Sep 2013 14:01:57 +0200 Subject: Removed a few trailing backslashes. We have always been at war with trailing backslashes. --- django/utils/encoding.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'django/utils/encoding.py') diff --git a/django/utils/encoding.py b/django/utils/encoding.py index a7239f4b0f..bb07deb894 100644 --- a/django/utils/encoding.py +++ b/django/utils/encoding.py @@ -152,13 +152,13 @@ else: smart_unicode = smart_text force_unicode = force_text -smart_str.__doc__ = """\ +smart_str.__doc__ = """ Apply smart_text in Python 3 and smart_bytes in Python 2. This is suitable for writing to sys.stdout (for instance). """ -force_str.__doc__ = """\ +force_str.__doc__ = """ Apply force_text in Python 3 and force_bytes in Python 2. """ -- cgit v1.3