diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-03-25 18:53:21 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-03-25 18:53:21 +0000 |
| commit | eee1e7139d85fbc3db244a2fcffe53422c237e38 (patch) | |
| tree | 07cb5ac8bf81b4ac0be4b941021e0ea705ac7daa | |
| parent | ec4b0f6e0baa520522a3018d7cca52eeacad3be8 (diff) | |
| parent | 41599cb6b8d7f86ad228d2f0ed3bf4b72512c945 (diff) | |
| download | flake8-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.rst | 2 |
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. |
