summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-06-14 01:11:03 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-06-14 01:11:03 (GMT)
commitff70d3c8d43b3ddcd4271b662dc0a029b22bd51a (patch)
treed5a59a52a25b2673d979b67a98dd7d5533579f8b /Modules
parente7c1f9b8228c61131bd39ad93baf2fa7caa792c0 (diff)
downloadcpython-ff70d3c8d43b3ddcd4271b662dc0a029b22bd51a.zip
cpython-ff70d3c8d43b3ddcd4271b662dc0a029b22bd51a.tar.gz
cpython-ff70d3c8d43b3ddcd4271b662dc0a029b22bd51a.tar.bz2
Fixed typo in comment.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_testcapimodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c
index 6e2208e..1a95e76 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