Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571a0f commit 51f8d38Copy full SHA for 51f8d38
1 file changed
Objects/object.c
@@ -29,7 +29,7 @@ static PyObject refchain = {&refchain, &refchain};
29
* force is false amd _ob_prev or _ob_next are non-NULL, do nothing.
30
* force should be true if and only if op points to freshly allocated,
31
* uninitialized memory, or you've unlinked op from the list and are
32
- * relinking it into the font.
+ * relinking it into the front.
33
* Note that objects are normally added to the list via _Py_NewReference,
34
* which is called by PyObject_Init. Not all objects are initialized that
35
* way, though; exceptions include statically allocated type objects, and
0 commit comments