Skip to content

Commit e0720cd

Browse files
browncjasvetlov
authored andcommitted
Fix small typo in tupleobject.h (python#4801)
1 parent e570211 commit e0720cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/tupleobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern "C" {
1010
/*
1111
Another generally useful object type is a tuple of object pointers.
1212
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
13+
(but not their number), and even use tuples as general-purpose arrays of
1414
object references, but in general only brand new tuples should be mutated,
1515
not ones that might already have been exposed to Python code.
1616

0 commit comments

Comments
 (0)