Skip to content

Commit 6a21f85

Browse files
committed
chore: gah, fixt typos
1 parent a94e221 commit 6a21f85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-docs-md.zip: docs-md
187187
dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-build-epoch.txt:
188188
echo $(SOURCE_DATE_EPOCH) > dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-build-epoch.txt
189189

190-
# Build a PEP-503 compatible Simple Repository compatible directory inside of dist/.
191-
# For details on the layout of that directory, see: https://peps.python.org/pep-0503/
192-
# This directory can then be used to install (hashed) artifacts from using `pip` and
190+
# Build a PEP-503 compatible Simple Repository directory inside of dist/. For details on
191+
# the layout of that directory, see: https://peps.python.org/pep-0503/
192+
# The directory can then be used to install (hashed) artifacts by using `pip` and
193193
# its `--extra-index-url` argument: https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-extra-index-url
194194
.PHONY: simple-index
195195
simple-index: dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-py3-none-any.whl dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz

0 commit comments

Comments
 (0)