Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff70d3c

Browse files
committed
Fixed typo in comment.
1 parent e7c1f9b commit ff70d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_testcapimodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ test_dict_iteration(PyObject* self, PyObject* args)
174174

175175

176176
/* Tests of PyLong_{As, From}{Unsigned,}Long(), and (#ifdef HAVE_LONG_LONG)
177-
PyLong_{As, From}{Unsigned,}LongLong()/
177+
PyLong_{As, From}{Unsigned,}LongLong().
178178
179179
Note that the meat of the test is contained in testcapi_long.h.
180180
This is revolting, but delicate code duplication is worse: "almost

0 commit comments

Comments
 (0)