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 e570211 commit e0720cdCopy full SHA for e0720cd
1 file changed
Include/tupleobject.h
@@ -10,7 +10,7 @@ extern "C" {
10
/*
11
Another generally useful object type is a tuple of object pointers.
12
For Python, this is an immutable type. C code can change the tuple items
13
-(but not their number), and even use tuples are general-purpose arrays of
+(but not their number), and even use tuples as general-purpose arrays of
14
object references, but in general only brand new tuples should be mutated,
15
not ones that might already have been exposed to Python code.
16
0 commit comments