]> granicus.if.org Git - python/commitdiff
Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH...
authorİsmail Arılık <arilik.ismail@gmail.com>
Fri, 12 Jan 2018 06:18:54 +0000 (09:18 +0300)
committerMariatta <Mariatta@users.noreply.github.com>
Fri, 12 Jan 2018 06:18:54 +0000 (22:18 -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:`.

Doc/reference/lexical_analysis.rst

index 0f9cb684c684f81c6294289b895b7b4f0ff4e787..95b0f53a83e6042e09eb12bcd7f5dcbaddffd459 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
 ----------------------------