mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
[3.13] Add link in the importlib.metadata.version()
docs (GH-130739) (#130761)
Add link in the `importlib.metadata.version()` docs (GH-130739)
Link the specification for the returned data makes it clearer what this is
and what the format of the version string can be.
(cherry picked from commit c71e55869e
)
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
This commit is contained in:
parent
dca599eaad
commit
ff14c1e7a9
1 changed files with 3 additions and 2 deletions
|
@ -268,8 +268,9 @@ Distribution versions
|
|||
|
||||
.. function:: version(distribution_name)
|
||||
|
||||
Return the installed distribution package version for the named
|
||||
distribution package.
|
||||
Return the installed distribution package
|
||||
`version <https://packaging.python.org/en/latest/specifications/core-metadata/#version>`__
|
||||
for the named distribution package.
|
||||
|
||||
Raises :exc:`PackageNotFoundError` if the named distribution
|
||||
package is not installed in the current Python environment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue