From: Tim Peters Date: Thu, 14 Jun 2001 01:11:03 +0000 (+0000) Subject: Fixed typo in comment. X-Git-Tag: v2.2a3~1554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff70d3c8d43b3ddcd4271b662dc0a029b22bd51a;p=python Fixed typo in comment. --- diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index 6e2208eeb6..1a95e769b9 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c @@ -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