From 41599cb6b8d7f86ad228d2f0ed3bf4b72512c945 Mon Sep 17 00:00:00 2001 From: Vilhelm Prytz Date: Wed, 25 Mar 2020 19:45:46 +0100 Subject: [PATCH] docs: Add missing semicolon to term link --- docs/source/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.