mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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:
parent
0c3be9651f
commit
3764bb075a
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.
|
||||
|
||||
|
||||
.. _string-catenation:
|
||||
.. _string-concatenation:
|
||||
|
||||
String literal concatenation
|
||||
----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue