]> granicus.if.org Git - python/commitdiff
Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Jan 2018 06:50:45 +0000 (22:50 -0800)
committerMariatta <Mariatta@users.noreply.github.com>
Fri, 12 Jan 2018 06:50:45 +0000 (22:50 -0800)
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 3764bb075a73074f55568fc7c37adde6054eb59a)

Doc/reference/lexical_analysis.rst

index c0f2ee59b8c2c32a6a2246054b6a7e02031bfb72..7ad83947e04aae37146217d277a528edc2b97b83 100644 (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
 ----------------------------