mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Lexical Analysis ref doc: Fix a typo in the string concatenation internal 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 3764bb075a
)
This commit is contained in:
parent
9c99fd163d
commit
22b1050672
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
characters as part of the literal, *not* as a line continuation.
|
||||||
|
|
||||||
|
|
||||||
.. _string-catenation:
|
.. _string-concatenation:
|
||||||
|
|
||||||
String literal concatenation
|
String literal concatenation
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue