Merge branch 'docs-glossary-fix' into 'master'

docs: Add missing semicolon to term link

See merge request pycqa/flake8!415
This commit is contained in:
Anthony Sottile 2020-03-25 18:53:21 +00:00
commit eee1e7139d

View file

@ -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.