mirror of https://github.com/python/cpython
Fix minor comment typo in dictobject.c (GH-96960)
Fix a minor comment typo in the Objects/dictobject.c file. Automerge-Triggered-By: GH:methane
This commit is contained in:
parent
98e785d364
commit
8563966be4
|
@ -4719,7 +4719,7 @@ static PySequenceMethods dictkeys_as_sequence = {
|
|||
(objobjproc)dictkeys_contains, /* sq_contains */
|
||||
};
|
||||
|
||||
// Create an set object from dictviews object.
|
||||
// Create a set object from dictviews object.
|
||||
// Returns a new reference.
|
||||
// This utility function is used by set operations.
|
||||
static PyObject*
|
||||
|
|
Loading…
Reference in New Issue