diff options
author | Guido van Rossum <guido@python.org> | 2003-04-15 20:05:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-04-15 20:05:10 (GMT) |
commit | 52b2705e9cadfa4cd79ad51cbff67c4882c0874e (patch) | |
tree | 3b1cee58a63bc72c0913e491628c928c6663dda9 /Objects | |
parent | 357981e99ddd31009367bd61ac6b476212ee3612 (diff) | |
download | cpython-52b2705e9cadfa4cd79ad51cbff67c4882c0874e.zip cpython-52b2705e9cadfa4cd79ad51cbff67c4882c0874e.tar.gz cpython-52b2705e9cadfa4cd79ad51cbff67c4882c0874e.tar.bz2 |
Ouch, it's Carlo Verre, not Verre Carlo.
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/typeobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index 91c40b9..6ef5f75 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -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) { |