diff options
| author | Seth Michael Larson <sethmichaellarson@protonmail.com> | 2017-01-23 12:09:17 -0600 |
|---|---|---|
| committer | Seth Michael Larson <sethmichaellarson@protonmail.com> | 2017-01-23 12:09:17 -0600 |
| commit | c1c91fcb4726e345dffe434ec7db118869c34edc (patch) | |
| tree | 60ec1339a20cf1c183380043292305f9729bda5b /test/test_response.py | |
| parent | 500b38cb5d7a82a7aab81af862be13b9305f4e71 (diff) | |
| download | urllib3-c1c91fcb4726e345dffe434ec7db118869c34edc.tar.gz | |
E265 Block comment should start with `# `.
Diffstat (limited to 'test/test_response.py')
| -rw-r--r-- | test/test_response.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_response.py b/test/test_response.py index ed5ea407..dd9efc5a 100644 --- a/test/test_response.py +++ b/test/test_response.py @@ -176,7 +176,7 @@ class TestResponse(unittest.TestCase): resp2.close() self.assertEqual(resp2.closed, True) - #also try when only data is present. + # also try when only data is present. resp3 = HTTPResponse('foodata') self.assertRaises(IOError, resp3.fileno) |
