summaryrefslogtreecommitdiff
path: root/docs/dev/makefile.rst
diff options
context:
space:
mode:
authorjazzzooo <38244149+jazzzooo@users.noreply.github.com>2023-09-15 00:53:03 -0700
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-18 16:20:27 +0200
commit223b3487c38a2390ad936943266a44da9cbb810a (patch)
tree6dde6498a4c37731427715d01b6314b09be52897 /docs/dev/makefile.rst
parenta9b6963971327605db1509795be7795dc7401f3f (diff)
downloadsearxng-223b3487c38a2390ad936943266a44da9cbb810a.tar.gz
searxng-223b3487c38a2390ad936943266a44da9cbb810a.zip
[fix] spelling
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::