Skip to content

Commit 47bb0e3

Browse files
committed
Defer another semantic cross-reference
1 parent 0e71a8f commit 47bb0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/discussions/versioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ multiple ways to access the underlying OpenSSL library version::
235235
.. [#fallback-to-dist-version] A full list mapping the top level names available
236236
for import to the distribution packages that provide those import packages and
237237
modules may be obtained through the standard library's
238-
:func:`importlib.metadata.packages_distributions` function. This means that
238+
:func:`!importlib.metadata.packages_distributions` function. This means that
239239
even code that is attempting to infer a version to report for all importable
240240
top-level names has a means to fall back to reporting the distribution
241241
version information if no ``__version__`` attribute is defined. Only standard

0 commit comments

Comments
 (0)