summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index dc9ac008c..87c96aef1 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -48,7 +48,7 @@ In order to add a feature to Pyramid:
Coding Style
------------
-- Pyramid uses Black (https://pypi.org/project/black/) and isort (https://pypi.org/project/black/) for code formatting style.
+- Pyramid uses Black (https://pypi.org/project/black/) and isort (https://pypi.org/project/isort/) for code formatting style.
To run formatters:
$ tox -e format