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

Skip to content

Commit 51f8d38

Browse files
committed
Typo in comment.
1 parent 7571a0f commit 51f8d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static PyObject refchain = {&refchain, &refchain};
2929
* force is false amd _ob_prev or _ob_next are non-NULL, do nothing.
3030
* force should be true if and only if op points to freshly allocated,
3131
* uninitialized memory, or you've unlinked op from the list and are
32-
* relinking it into the font.
32+
* relinking it into the front.
3333
* Note that objects are normally added to the list via _Py_NewReference,
3434
* which is called by PyObject_Init. Not all objects are initialized that
3535
* way, though; exceptions include statically allocated type objects, and

0 commit comments

Comments
 (0)