]> granicus.if.org Git - python/commitdiff
Typo in comment.
authorTim Peters <tim.peters@gmail.com>
Tue, 4 Feb 2003 05:20:32 +0000 (05:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 4 Feb 2003 05:20:32 +0000 (05:20 +0000)
Modules/cPickle.c

index a3a07b2169796272703c62e5ab3625aef3b6fc1e..6f09c1797b72550f65331c8d692774d5787461f3 100644 (file)
@@ -3775,7 +3775,7 @@ load_extension(Unpicklerobject *self, int nbytes)
                return -1;
        }
        /* Since the extension registry is manipulable via Python code,
-        * confirm that obj is really a 2-tuple of strings.
+        * confirm that pair is really a 2-tuple of strings.
         */
        if (!PyTuple_Check(pair) || PyTuple_Size(pair) != 2 ||
            !PyString_Check(module_name = PyTuple_GET_ITEM(pair, 0)) ||