summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorÁlvaro Mondéjar <mondejar1994@gmail.com>2022-07-05 17:18:55 +0200
committerGitHub <noreply@github.com>2022-07-05 17:18:55 +0200
commit07b276e9ba591c406e9d6801df17069ff46afc0f (patch)
tree0ba6fe10a5355f5cbb120fbb1a5908898986049f /doc
parent245fbfd5fe1c4af92f687c1703193f6c886afb25 (diff)
downloadpygments-git-07b276e9ba591c406e9d6801df17069ff46afc0f.tar.gz
Fix reST markup mistake (#2176)
Diffstat (limited to 'doc')
-rw-r--r--doc/docs/lexerdevelopment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/lexerdevelopment.rst b/doc/docs/lexerdevelopment.rst
index 5570b251..354b1d43 100644
--- a/doc/docs/lexerdevelopment.rst
+++ b/doc/docs/lexerdevelopment.rst
@@ -171,7 +171,7 @@ Add the name of your lexer class to this list (or create the list if your lexer
is the only class in the module).
Finally the lexer can be made publicly known by rebuilding the lexer mapping.
-In the root directory of the source (where the ``Makefile`` is located), run::
+In the root directory of the source (where the ``Makefile`` is located), run:
.. code-block:: console