Skip to content

Commit 912715a

Browse files
Update Doc/c-api/tuple.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent cc51927 commit 912715a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/tuple.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Tuple Objects
100100
Insert a reference to object *o* at position *pos* of the tuple pointed to by
101101
*p*. Return ``0`` on success. If *pos* is out of bounds, return ``-1``
102102
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.
103+
using it on an existing tuple is thread-unsafe.
104104
105105
.. note::
106106

0 commit comments

Comments
 (0)