Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e785d commit 8563966Copy full SHA for 8563966
1 file changed
Objects/dictobject.c
@@ -4719,7 +4719,7 @@ static PySequenceMethods dictkeys_as_sequence = {
4719
(objobjproc)dictkeys_contains, /* sq_contains */
4720
};
4721
4722
-// Create an set object from dictviews object.
+// Create a set object from dictviews object.
4723
// Returns a new reference.
4724
// This utility function is used by set operations.
4725
static PyObject*
0 commit comments