Skip to content

Commit 3764bb0

Browse files
ismailarilikMariatta
authored andcommitted
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:`.
1 parent 0c3be96 commit 3764bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ that a single backslash followed by a newline is interpreted as those two
571571
characters as part of the literal, *not* as a line continuation.
572572

573573

574-
.. _string-catenation:
574+
.. _string-concatenation:
575575

576576
String literal concatenation
577577
----------------------------

0 commit comments

Comments
 (0)