taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 439c1b0f50bffc7208c0352afd7c604d6853fb8f
parent 67c8b098e7388e88acfdcffca00741794cfe65e7
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 29 Nov 2021 17:55:49 +0100

fix typos

Diffstat:
Mpython-guidelines.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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