Skip to content

Commit 8563966

Browse files
authored
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
1 parent 98e785d commit 8563966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4719,7 +4719,7 @@ static PySequenceMethods dictkeys_as_sequence = {
47194719
(objobjproc)dictkeys_contains, /* sq_contains */
47204720
};
47214721

4722-
// Create an set object from dictviews object.
4722+
// Create a set object from dictviews object.
47234723
// Returns a new reference.
47244724
// This utility function is used by set operations.
47254725
static PyObject*

0 commit comments

Comments
 (0)