From e26da7c03a714faa115fe6b708ef0730119aa4b3 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Thu, 2 Jun 2016 10:07:09 +0000 Subject: Issue #27171: Fix typos in documentation, comments, and test function names --- Objects/exceptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objects/exceptions.c') diff --git a/Objects/exceptions.c b/Objects/exceptions.c index d03aadac79..aaff0bc63d 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -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 ) -- cgit v1.2.1