mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
0ff2ee0561
commit
c2659cff5d
7 changed files with 24 additions and 25 deletions
|
@ -768,7 +768,7 @@ class HTTPConnection:
|
|||
|
||||
if self.debuglevel > 0:
|
||||
response = self.response_class(self.sock, self.debuglevel,
|
||||
strict=self.strict,
|
||||
strict=self.strict,
|
||||
method=self._method)
|
||||
else:
|
||||
response = self.response_class(self.sock, strict=self.strict,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue