mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
|
@ -99,7 +99,7 @@ def do_NOTFOUND(self):
|
|||
|
||||
def do_EXPLAINERROR(self):
|
||||
self.send_error(999, "Short Message",
|
||||
"This is a long \n explaination")
|
||||
"This is a long \n explanation")
|
||||
|
||||
def do_CUSTOM(self):
|
||||
self.send_response(999)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue