mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
in the documentation.
This commit is contained in:
commit
0264e46caa
16 changed files with 24 additions and 24 deletions
|
|
@ -240,8 +240,8 @@ Error Codes
|
|||
~~~~~~~~~~~
|
||||
|
||||
Because the default handlers handle redirects (codes in the 300 range), and
|
||||
codes in the 100-299 range indicate success, you will usually only see error
|
||||
codes in the 400-599 range.
|
||||
codes in the 100--299 range indicate success, you will usually only see error
|
||||
codes in the 400--599 range.
|
||||
|
||||
:attr:`http.server.BaseHTTPRequestHandler.responses` is a useful dictionary of
|
||||
response codes in that shows all the response codes used by RFC 2616. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue