summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorVilhelm Prytz <vilhelm@prytznet.se>2020-03-25 19:45:46 +0100
committerVilhelm Prytz <vilhelm@prytznet.se>2020-03-25 19:45:46 +0100
commit41599cb6b8d7f86ad228d2f0ed3bf4b72512c945 (patch)
tree07cb5ac8bf81b4ac0be4b941021e0ea705ac7daa /docs/source
parentec4b0f6e0baa520522a3018d7cca52eeacad3be8 (diff)
downloadflake8-41599cb6b8d7f86ad228d2f0ed3bf4b72512c945.tar.gz
docs: Add missing semicolon to term link
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/glossary.rst b/docs/source/glossary.rst
index 6717472..4b77b07 100644
--- a/docs/source/glossary.rst
+++ b/docs/source/glossary.rst
@@ -54,4 +54,4 @@
mccabe
The project |Flake8| depends on to calculate the McCabe complexity
of a unit of code (e.g., a function). This uses the ``C``
- :term:`class` of :term`error code`\ s.
+ :term:`class` of :term:`error code`\ s.