mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Correct a typo. Found by Lauri Hakko on docs@.
This commit is contained in:
parent
30e6a64e76
commit
335957e087
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ http
|
|||
----
|
||||
|
||||
:meth:`~http.server.BaseHTTPRequestHandler.send_error` now accepts an
|
||||
optional additional *exaplain* parameter which can be used to provide an
|
||||
optional additional *explain* parameter which can be used to provide an
|
||||
extended error description, overriding the hardcoded default if there is one.
|
||||
This extended error description will be formatted using the
|
||||
:attr:`~http.server.HTTP.error_message_format` attribute and sent as the body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue