diff options
| author | Zhongyue Luo <zhongyue.luo@gmail.com> | 2012-12-28 16:29:56 +0800 |
|---|---|---|
| committer | zyluo <zyluo@zyluo-HP-Mini-110-3500.(none)> | 2012-12-28 16:42:30 +0800 |
| commit | 9ff5c1b736eb012973e5cd5096a989b187534c7b (patch) | |
| tree | 1388b888931c500951727b1eeedf58c2df76d58a /tests/test_headers.py | |
| parent | 033a997e37dff8d3c9942cc785ef4aab05ecddcd (diff) | |
| download | webob-9ff5c1b736eb012973e5cd5096a989b187534c7b.tar.gz | |
Fixes PEP8 warnings
Diffstat (limited to 'tests/test_headers.py')
| -rw-r--r-- | tests/test_headers.py | 2 |
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 |
