summaryrefslogtreecommitdiff
path: root/tests/test_headers.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.luo@gmail.com>2012-12-28 16:29:56 +0800
committerzyluo <zyluo@zyluo-HP-Mini-110-3500.(none)>2012-12-28 16:42:30 +0800
commit9ff5c1b736eb012973e5cd5096a989b187534c7b (patch)
tree1388b888931c500951727b1eeedf58c2df76d58a /tests/test_headers.py
parent033a997e37dff8d3c9942cc785ef4aab05ecddcd (diff)
downloadwebob-9ff5c1b736eb012973e5cd5096a989b187534c7b.tar.gz
Fixes PEP8 warnings
Diffstat (limited to 'tests/test_headers.py')
-rw-r--r--tests/test_headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_headers.py b/tests/test_headers.py
index 8bcf2d6..be158d0 100644
--- a/tests/test_headers.py
+++ b/tests/test_headers.py
@@ -62,7 +62,7 @@ def test_ResponseHeaders_mixed():
result = d.mixed()
eq_(result, {'a':[1,2], 'b':1})
-def test_ResponseHeaders_setitem_scalar_replaces_seq():
+def test_ResponseHeaders_setitem_scalar_replaces_seq():
d = headers.ResponseHeaders()
d.add('a', 2)
d['a'] = 1