]> granicus.if.org Git - python/commitdiff
Punctuation fix.
authorRaymond Hettinger <python@rcn.com>
Sat, 14 Dec 2002 17:17:56 +0000 (17:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 14 Dec 2002 17:17:56 +0000 (17:17 +0000)
Objects/typeobject.c

index a9c229af172ae2c4fcea4345d6786f2fe9df4990..45a229a9d9a198607289042a587f1f23dd302044 100644 (file)
@@ -281,9 +281,9 @@ type_set_bases(PyTypeObject *type, PyObject *value, void *context)
        Py_DECREF(temp);
 
        /* any base that was in __bases__ but now isn't, we
-          need to remove |type| from it's tp_subclasses.
+          need to remove |type| from its tp_subclasses.
           conversely, any class now in __bases__ that wasn't
-          needs to have |type| added to it's subclasses. */
+          needs to have |type| added to its subclasses. */
 
        /* for now, sod that: just remove from all old_bases,
           add to all new_bases */