Skip to content

Commit 5559162

Browse files
committed
Fix typo.
1 parent 5297d4a commit 5559162

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/c-api/stable.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ Currently, the :ref:`Limited API <limited-c-api>` includes the following items:
369369
Soft-deprecated Symbols
370370
=======================
371371

372-
There are a few symbols included in Python's C API are :term:`soft deprecated`.
373-
Soft deprecated symbols should not be used in new code, but have no planned
374-
removal for compatibility's sake.
372+
There are a few symbols included in Python's C API that are
373+
:term:`soft deprecated`. Soft deprecated symbols should not be used in new
374+
code, but have no planned removal for compatibility's sake.
375375

376376
The following is a list of soft deprecated symbols that were included in
377377
Python's public C API by mistake. They intentionally come with no additional

0 commit comments

Comments
 (0)