mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-106909: Use role :const: for referencing module constants (GH-106910)
This commit is contained in:
parent
d036db728e
commit
4b9948617f
64 changed files with 238 additions and 238 deletions
|
@ -97,7 +97,7 @@ General Options
|
|||
|
||||
.. cmdoption:: --with-tzpath=<list of absolute paths separated by pathsep>
|
||||
|
||||
Select the default time zone search path for :data:`zoneinfo.TZPATH`.
|
||||
Select the default time zone search path for :const:`zoneinfo.TZPATH`.
|
||||
See the :ref:`Compile-time configuration
|
||||
<zoneinfo_data_compile_time_config>` of the :mod:`zoneinfo` module.
|
||||
|
||||
|
@ -112,7 +112,7 @@ General Options
|
|||
Build the ``_decimal`` extension module using a thread-local context rather
|
||||
than a coroutine-local context (default), see the :mod:`decimal` module.
|
||||
|
||||
See :data:`decimal.HAVE_CONTEXTVAR` and the :mod:`contextvars` module.
|
||||
See :const:`decimal.HAVE_CONTEXTVAR` and the :mod:`contextvars` module.
|
||||
|
||||
.. versionadded:: 3.9
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue