We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc27f9 commit d3b534bCopy full SHA for d3b534b
Doc/library/importlib.metadata.rst
@@ -268,8 +268,9 @@ Distribution versions
268
269
.. function:: version(distribution_name)
270
271
- Return the installed distribution package version for the named
272
- distribution package.
+ Return the installed distribution package
+ `version <https://packaging.python.org/en/latest/specifications/core-metadata/#version>`_
273
+ for the named distribution package.
274
275
Raises :exc:`PackageNotFoundError` if the named distribution
276
package is not installed in the current Python environment.
0 commit comments