Kaydet (Commit) e0720cd9 authored tarafından Chris's avatar Chris Kaydeden (comit) Andrew Svetlov

Fix small typo in tupleobject.h (#4801)

üst e5702114
...@@ -10,7 +10,7 @@ extern "C" { ...@@ -10,7 +10,7 @@ extern "C" {
/* /*
Another generally useful object type is a tuple of object pointers. 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 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, object references, but in general only brand new tuples should be mutated,
not ones that might already have been exposed to Python code. not ones that might already have been exposed to Python code.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment