Skip to content

Commit

Permalink
Fix small typo in tupleobject.h (#4801)
Browse files Browse the repository at this point in the history
  • Loading branch information
browncj authored and asvetlov committed Dec 12, 2017
1 parent e570211 commit e0720cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/tupleobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e0720cd

Please sign in to comment.