summaryrefslogtreecommitdiff
path: root/django/utils/feedgenerator.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-09-22 14:01:57 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-09-22 14:04:10 +0200
commita5b062576bda29abe93504dbcb126e644d07f9dd (patch)
tree7a036e4ae103cd5002c0965940a8b6adc21886ca /django/utils/feedgenerator.py
parentee0ef1b0948c19bc5fee06a6b9b4286b879f81c1 (diff)
Removed a few trailing backslashes.
We have always been at war with trailing backslashes.
Diffstat (limited to 'django/utils/feedgenerator.py')
-rw-r--r--django/utils/feedgenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/feedgenerator.py b/django/utils/feedgenerator.py
index f7fec5e7f9..441935586d 100644
--- a/django/utils/feedgenerator.py
+++ b/django/utils/feedgenerator.py
@@ -272,7 +272,7 @@ class Rss201rev2Feed(RssFeed):
# Author information.
if item["author_name"] and item["author_email"]:
- handler.addQuickElement("author", "%s (%s)" % \
+ handler.addQuickElement("author", "%s (%s)" %
(item['author_email'], item['author_name']))
elif item["author_email"]:
handler.addQuickElement("author", item["author_email"])