Skip to content

Commit 45dc9e0

Browse files
committed
Change up wording.
1 parent b31efe5 commit 45dc9e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/sys.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,8 @@ always available.
857857

858858
.. impl-detail::
859859

860-
:term:`immortal` objects with a large reference count can be identified
861-
with :func:`_is_immortal`.
860+
:term:`Immortal <immortal>` objects with a large reference count can be identified
861+
via :func:`_is_immortal`.
862862

863863
.. versionchanged:: 3.12
864864
Immortal objects have very large refcounts that do not match
@@ -1283,6 +1283,7 @@ always available.
12831283

12841284
.. impl-detail::
12851285

1286+
This function should be used for specialized purposes only.
12861287
It is not guaranteed to exist in all implementations of Python.
12871288

12881289
.. function:: _is_interned(string)

0 commit comments

Comments
 (0)