summaryrefslogtreecommitdiff
path: root/test/test_response.py
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@protonmail.com>2017-01-23 12:09:17 -0600
committerSeth Michael Larson <sethmichaellarson@protonmail.com>2017-01-23 12:09:17 -0600
commitc1c91fcb4726e345dffe434ec7db118869c34edc (patch)
tree60ec1339a20cf1c183380043292305f9729bda5b /test/test_response.py
parent500b38cb5d7a82a7aab81af862be13b9305f4e71 (diff)
downloadurllib3-c1c91fcb4726e345dffe434ec7db118869c34edc.tar.gz
E265 Block comment should start with `# `.
Diffstat (limited to 'test/test_response.py')
-rw-r--r--test/test_response.py2
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)