Skip to content

Commit 83ebd59

Browse files
Fix wording
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent fe5f42e commit 83ebd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/sequence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Sequence Protocol
110110
Alias for :c:func:`PySequence_Contains`.
111111
112112
.. soft-deprecated:: 3.14
113-
The function is should no longer be used to write new code.
113+
The function should no longer be used to write new code.
114114
115115
116116
.. c:function:: Py_ssize_t PySequence_Index(PyObject *o, PyObject *value)

0 commit comments

Comments
 (0)