mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
typo
This commit is contained in:
parent
3a48ed9481
commit
186bec2f8d
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class HTTPResponse:
|
|||
|
||||
# strict: If true, raise BadStatusLine if the status line can't be
|
||||
# parsed as a valid HTTP/1.0 or 1.1 status line. By default it is
|
||||
# false because it prvents clients from talking to HTTP/0.9
|
||||
# false because it prevents clients from talking to HTTP/0.9
|
||||
# servers. Note that a response with a sufficiently corrupted
|
||||
# status line will look like an HTTP/0.9 response.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue