summaryrefslogtreecommitdiff
path: root/paste/util
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-11-16 00:33:22 +0000
committerianb <devnull@localhost>2008-11-16 00:33:22 +0000
commit2747956188bc28956c0db5701f5f0ea0019b50bf (patch)
treec2d81f5d6aa34af6345f4795a120fc03db1e3e75 /paste/util
parent3390876a00f7143ae77f4b941a13ef5b7235a817 (diff)
downloadpaste-2747956188bc28956c0db5701f5f0ea0019b50bf.tar.gz
update test for new website content
Diffstat (limited to 'paste/util')
-rw-r--r--paste/util/quoting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/util/quoting.py b/paste/util/quoting.py
index 9b67596..cd87f2d 100644
--- a/paste/util/quoting.py
+++ b/paste/util/quoting.py
@@ -50,7 +50,7 @@ def html_unquote(s, encoding=None):
>>> html_unquote('&lt;hey&nbsp;you&gt;')
u'<hey\xa0you>'
>>> html_unquote('')
- u''
+ ''
>>> html_unquote('&blahblah;')
u'&blahblah;'
>>> html_unquote('\xe1\x80\xa9')