From d3e304e8d6dcc8f6761d816294f1c9724f01a6f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 May 2024 12:30:47 +0200 Subject: [PATCH] PEP 639: Examples, always use ${VERSION}, not {version} (#3777) --- peps/pep-0639/appendix-examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0639/appendix-examples.rst b/peps/pep-0639/appendix-examples.rst index 71d8e8629..ed6d97165 100644 --- a/peps/pep-0639/appendix-examples.rst +++ b/peps/pep-0639/appendix-examples.rst @@ -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 @@ -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