Skip to content

Commit c052ed6

Browse files
committed
Fix doc
1 parent a77d35f commit c052ed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/2.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ Interpreter Changes
17471747
-------------------------------
17481748

17491749
Two command-line options have been reserved for use by other Python
1750-
implementations. The :option:`-J` switch has been reserved for use by
1750+
implementations. The :option:`!-J` switch has been reserved for use by
17511751
Jython for Jython-specific options, such as switches that are passed to
17521752
the underlying JVM. :option:`-X` has been reserved for options
17531753
specific to a particular implementation of Python such as CPython,

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ Other language changes
805805
:keyword:`async with`).
806806
(Contributed by Bénédikt Tran in :gh:`128398`.)
807807

808-
* :option:`-J` is no longer a reserved flag for Jython_,
808+
* :option:`!-J` is no longer a reserved flag for Jython_,
809809
and now has no special meaning.
810810
(Contributed by Adam Turner in :gh:`133336`.)
811811

0 commit comments

Comments
 (0)