Skip to content

Commit 7ad129b

Browse files
Update Python/uniqueid.c
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 018b2a1 commit 7ad129b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/uniqueid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ _PyObject_FinalizeUniqueIdPool(PyInterpreterState *interp)
203203
pool->freelist = next;
204204
}
205205

206-
// Now everything non-NULL is a object. Clear their unique ids case the
206+
// Now everything non-NULL is a object. Clear their unique ids as the
207207
// object outlives the interpreter.
208208
for (Py_ssize_t i = 0; i < pool->size; i++) {
209209
PyObject *obj = pool->table[i].obj;

0 commit comments

Comments
 (0)