Skip to content

Commit 2f66077

Browse files
committed
Delay turning on semantic cross-references
1 parent d8410cb commit 2f66077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/discussions/single-source-version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Single-sourcing the Project Version
1010
Many Python :term:`distribution packages <Distribution Package>` publish a single
1111
Python :term:`import package <Import Package>` where it is desired that the runtime
1212
``__version__`` attribute on the import package report the same version specifier
13-
as :func:`importlib.metadata.version` reports for the distribution package
13+
as :func:`!importlib.metadata.version` reports for the distribution package
1414
(as described in :ref:`runtime-version-access`).
1515

1616
It is also frequently desired that this version information be derived from a version

source/discussions/versioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Accessing version information at runtime
178178

179179
Version information for all :term:`distribution packages <Distribution Package>`
180180
that are locally available in the current environment can be obtained at runtime
181-
using the standard library's :func:`importlib.metadata.version` function::
181+
using the standard library's :func:`!importlib.metadata.version` function::
182182

183183
>>> importlib.metadata.version("cryptography")
184184
'41.0.7'

0 commit comments

Comments
 (0)