1
0
mirror of https://github.com/django/django.git synced 2025-10-25 06:36:07 +00:00

Removed a few trailing backslashes.

We have always been at war with trailing backslashes.
This commit is contained in:
Aymeric Augustin
2013-09-22 14:01:57 +02:00
parent ee0ef1b094
commit a5b062576b
14 changed files with 28 additions and 30 deletions

View File

@@ -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.
"""