summaryrefslogtreecommitdiff
path: root/python-guidelines.rst
diff options
context:
space:
mode:
Diffstat (limited to 'python-guidelines.rst')
-rw-r--r--python-guidelines.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-guidelines.rst b/python-guidelines.rst
index f08b563f..8a644ced 100644
--- a/python-guidelines.rst
+++ b/python-guidelines.rst
@@ -47,7 +47,7 @@ Formatting
----------
* We follow `pep8 <https://www.python.org/dev/peps/pep-0008/>`__.
-* Code should be auto-formatted wich `black <https://github.com/psf/black>`__.
+* Code should be auto-formatted with `black <https://github.com/psf/black>`__.
Distro Packaging