Skip to content

Commit 4ddcd62

Browse files
committed
availability only works for platforms :(
1 parent 67123ee commit 4ddcd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ always available.
12391239
Return :const:`True` if :ref:`JIT compiler <whatsnew313-jit-compiler>` is active.
12401240
Return :const:`False` otherwise.
12411241

1242-
.. availability:: JIT builds, tier 2 interpreter doesn't count here.
1242+
Available only in JIT builds, tier 2 interpreter doesn't count here.
12431243

12441244
.. versionadded:: next
12451245

0 commit comments

Comments
 (0)