Possible fix for #4945?

Could the missing colon on line 612 be the reason for the missing reference in the docs as described in issue #4945?
This commit is contained in:
Bjørnar Myrheim
2019-04-30 18:37:11 +02:00
committed by GitHub
parent e73a6c52d2
commit a310b5ab34
+1 -1
View File
@@ -608,7 +608,7 @@ class Response(object):
#: File-like object representation of response (for advanced usage).
#: Use of ``raw`` requires that ``stream=True`` be set on the request.
# This requirement does not apply for use internally to Requests.
#: This requirement does not apply for use internally to Requests.
self.raw = None
#: Final URL location of Response.