mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix small typo in tupleobject.h (#4801)
This commit is contained in:
parent
e570211406
commit
e0720cd9e4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ extern "C" {
|
|||
/*
|
||||
Another generally useful object type is a tuple of object pointers.
|
||||
For Python, this is an immutable type. C code can change the tuple items
|
||||
(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
|
||||
object references, but in general only brand new tuples should be mutated,
|
||||
not ones that might already have been exposed to Python code.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue