Skip to content

Commit 40be462

Browse files
committed
Repair doc markup.
1 parent 11fdaee commit 40be462

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Doc/using/cmdline.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -978,10 +978,10 @@ conflict.
978978

979979
.. envvar:: PYTHON_GC_THRESHOLD
980980

981-
Set the `threshold0` value for the garbage collector. This is the same
982-
as calling `gc.set_threshold(n)` where `n` is value of the variable. Using
983-
an empty value or the value "default" will cause the default threshold to be
984-
used.
981+
Set the ``threshold0`` value for the garbage collector. This is the same as
982+
calling ``gc.set_threshold(n)`` where ``n`` is value of the variable. Using
983+
an empty value or the value ``default`` will cause the default threshold to
984+
be used.
985985

986986
.. versionadded:: 3.13
987987

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Add the `PYTHON_GC_THRESHOLD` environment variable. This can be used to set
2-
the `threshold0` value for the garbage collector, similar to calling
3-
`gc.set_threshold()`. If the value is empty or "default", the default
1+
Add the :envvar:`PYTHON_GC_THRESHOLD` environment variable. This can be used
2+
to set the ``threshold0`` value for the garbage collector, similar to calling
3+
``gc.set_threshold()``. If the value is empty or ``default``, the default
44
threshold value is used.

0 commit comments

Comments
 (0)