Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-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:`.
This commit is contained in:
İsmail Arılık 2018-01-12 09:18:54 +03:00 committed by Mariatta
parent 0c3be9651f
commit 3764bb075a

View file

@ -571,7 +571,7 @@ that a single backslash followed by a newline is interpreted as those two
characters as part of the literal, *not* as a line continuation.
.. _string-catenation:
.. _string-concatenation:
String literal concatenation
----------------------------