]> granicus.if.org Git - python/commitdiff
Fixed typo in comment.
authorTim Peters <tim.peters@gmail.com>
Thu, 14 Jun 2001 01:11:03 +0000 (01:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 14 Jun 2001 01:11:03 +0000 (01:11 +0000)
Modules/_testcapimodule.c

index 6e2208eeb67f21d5e8fcdef069b057572e910be5..1a95e769b922d4165128a681952582fc945622c5 100644 (file)
@@ -174,7 +174,7 @@ test_dict_iteration(PyObject* self, PyObject* args)
 
 
 /* Tests of PyLong_{As, From}{Unsigned,}Long(), and (#ifdef HAVE_LONG_LONG)
-   PyLong_{As, From}{Unsigned,}LongLong()/
+   PyLong_{As, From}{Unsigned,}LongLong().
 
    Note that the meat of the test is contained in testcapi_long.h.
    This is revolting, but delicate code duplication is worse:  "almost