summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-11-29 17:55:49 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-11-29 17:55:49 +0100
commit439c1b0f50bffc7208c0352afd7c604d6853fb8f (patch)
tree776750785204eaeea04e80f3461becb1f64505c7
parent67c8b098e7388e88acfdcffca00741794cfe65e7 (diff)
downloaddocs-439c1b0f50bffc7208c0352afd7c604d6853fb8f.tar.gz
docs-439c1b0f50bffc7208c0352afd7c604d6853fb8f.tar.bz2
docs-439c1b0f50bffc7208c0352afd7c604d6853fb8f.zip
fix typos
-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