summaryrefslogtreecommitdiff
path: root/docs/developers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developers.rst')
-rw-r--r--docs/developers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developers.rst b/docs/developers.rst
index 7b44d1b2..100dc137 100644
--- a/docs/developers.rst
+++ b/docs/developers.rst
@@ -13,7 +13,7 @@ Please be as Pythonic as possible (:pep:`8`).
Code should be formatted using `black <https://github.com/psf/black>`_.
While not yet mandatory, it will be required in the future (6.0.0+).1
-Use Black v21.6b1, with the black.toml config file provided.
+Use Black v21.6b1, with the black.toml config file provided.
Any new functionality being added to RDFLib should have doc tests and
unit tests. Tests should be added for any functionality being changed