mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue