summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-03-25 18:53:21 +0000
committerAnthony Sottile <asottile@umich.edu>2020-03-25 18:53:21 +0000
commiteee1e7139d85fbc3db244a2fcffe53422c237e38 (patch)
tree07cb5ac8bf81b4ac0be4b941021e0ea705ac7daa
parentec4b0f6e0baa520522a3018d7cca52eeacad3be8 (diff)
parent41599cb6b8d7f86ad228d2f0ed3bf4b72512c945 (diff)
downloadflake8-eee1e7139d85fbc3db244a2fcffe53422c237e38.tar.gz
Merge branch 'docs-glossary-fix' into 'master'
docs: Add missing semicolon to term link See merge request pycqa/flake8!415
-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.