mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #27171: Fix typos in documentation, comments, and test function names
This commit is contained in:
parent
1b207c55a4
commit
e26da7c03a
30 changed files with 51 additions and 51 deletions
|
@ -876,7 +876,7 @@ oserror_use_init(PyTypeObject *type)
|
|||
solution, given __new__ takes a variable number of arguments,
|
||||
is to defer arg parsing and initialization to __init__.
|
||||
|
||||
But when __new__ is overriden as well, it should call our __new__
|
||||
But when __new__ is overridden as well, it should call our __new__
|
||||
with the right arguments.
|
||||
|
||||
(see http://bugs.python.org/issue12555#msg148829 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue