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 174b29b commit e604f43Copy full SHA for e604f43
source/specifications/core-metadata.rst
@@ -556,8 +556,8 @@ picking which version of a project to install.
556
557
The value must be in the format specified in :doc:`version-specifiers`.
558
559
-For example, if a distribution uses `f-strings <https://docs.python.org/3/whatsnew/3.6.html#pep-498-formatted-string-literals>`_
560
-then it may prevent installation on Python < 3.6 by specifying:
+For example, if a distribution uses :ref:`f-strings <whatsnew36-pep498>`
+then it may prevent installation on Python < 3.6 by specifying::
561
562
Requires-Python: >=3.6
563
0 commit comments