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

Skip to content

Commit d8fa68b

Browse files
committed
fix cut and paste error in a comment
1 parent e8d0bf9 commit d8fa68b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/floatobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ PyFloat_ClearFreeList(void)
19181918
PyFloatObject *p;
19191919
PyFloatBlock *list, *next;
19201920
int i;
1921-
int u; /* remaining unfreed ints per block */
1921+
int u; /* remaining unfreed floats per block */
19221922
int freelist_size = 0;
19231923

19241924
list = block_list;

0 commit comments

Comments
 (0)