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 cc51927 commit 912715aCopy full SHA for 912715a
1 file changed
Doc/c-api/tuple.rst
@@ -100,7 +100,7 @@ Tuple Objects
100
Insert a reference to object *o* at position *pos* of the tuple pointed to by
101
*p*. Return ``0`` on success. If *pos* is out of bounds, return ``-1``
102
and set an :exc:`IndexError` exception. This function should only be used to fill in brand new tuples;
103
- using it on an existing tuples is thread-unsafe.
+ using it on an existing tuple is thread-unsafe.
104
105
.. note::
106
0 commit comments