Fixed typo in comment.

This commit is contained in:
Tim Peters 2001-06-14 01:11:03 +00:00
parent e7c1f9b822
commit ff70d3c8d4
1 changed files with 1 additions and 1 deletions

View 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