Skip to content

Commit

Permalink
PEP 639: Examples, always use ${VERSION}, not {version} (#3777)
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed May 13, 2024
1 parent df80a63 commit d3e304e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0639/appendix-examples.rst
Expand Up @@ -175,7 +175,7 @@ the license files would be located at the paths:
/setuptools-${VERSION}/setuptools/_vendor/packaging/LICENSE.BSD
In the built wheel, with ``/`` being the root of the archive and
``{version}`` as the previous, the license files would be stored at:
``${VERSION}`` as the previous, the license files would be stored at:

.. code-block:: shell
Expand All @@ -185,7 +185,7 @@ In the built wheel, with ``/`` being the root of the archive and
/setuptools-${VERSION}.dist-info/licenses/setuptools/_vendor/packaging/LICENSE.BSD
Finally, in the installed project, with ``site-packages`` being the site dir
and ``{version}`` as the previous, the license files would be installed to:
and ``${VERSION}`` as the previous, the license files would be installed to:

.. code-block:: shell
Expand Down

0 comments on commit d3e304e

Please sign in to comment.