Skip to content

Commit 27784cd

Browse files
committed
nit
1 parent 3b16da6 commit 27784cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3426,7 +3426,7 @@ _PyDict_FromKeys(PyObject *cls, PyObject *iterable, PyObject *value)
34263426
return NULL;
34273427
}
34283428
// The constructor returns a tracked object; keep it untracked while it is
3429-
// filled and GC-track it once complete (done:).
3429+
// filled and GC-track it once complete.
34303430
_PyObject_GC_UNTRACK(d);
34313431

34323432
// If cls is a dict or frozendict subclass with overridden constructor,

0 commit comments

Comments
 (0)