summaryrefslogtreecommitdiff
path: root/docs/dev/makefile.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/makefile.rst')
-rw-r--r--docs/dev/makefile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst
index 286055afb..8f29dd252 100644
--- a/docs/dev/makefile.rst
+++ b/docs/dev/makefile.rst
@@ -259,7 +259,7 @@ modify (:ref:`make themes`)::
``make format.python``
======================
-Format Python sourcee code using `Black code style`_. See ``$BLACK_OPTIONS``
+Format Python source code using `Black code style`_. See ``$BLACK_OPTIONS``
and ``$BLACK_TARGETS`` in :origin:`Makefile`.
.. attention::