Fix a typo in a title anchor. by ismailarilik · Pull Request #5157 · python/cpython

@ismailarilik

`.. _string-catenation:` should be `.. _string-concatenation:`.

Mariatta

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 12, 2018
…rnal link (pythonGH-5157)

In lexical analysis reference documentation, the internal link to
the string literal concatenation section was written as`.. _string-catenation:`.
Changed that to `.. _string-concatenation:`.
(cherry picked from commit 3764bb0)

Mariatta pushed a commit that referenced this pull request

Jan 12, 2018
…rnal link (GH-5157) (GH-5160)

In lexical analysis reference documentation, the internal link to
the string literal concatenation section was written as`.. _string-catenation:`.
Changed that to `.. _string-concatenation:`.
(cherry picked from commit 3764bb0)