mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Fixed typo in comment.
This commit is contained in:
parent
e7c1f9b822
commit
ff70d3c8d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue