Ouch, it's Carlo Verre, not Verre Carlo.

This commit is contained in:
Guido van Rossum 2003-04-15 20:05:10 +00:00
parent 357981e99d
commit 52b2705e9c
2 changed files with 6 additions and 6 deletions

View file

@ -3575,7 +3575,7 @@ wrap_cmpfunc(PyObject *self, PyObject *args, void *wrapped)
}
/* Helper to check for object.__setattr__ or __delattr__ applied to a type.
This is called the Verre Carlo hack after its discoverer. */
This is called the Carlo Verre hack after its discoverer. */
static int
hackcheck(PyObject *self, setattrofunc func, char *what)
{