Skip to content

Commit 9f9d29c

Browse files
committed
Fix ReST errors
1 parent 687fe58 commit 9f9d29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/expressions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ value.
160160
.. _string-concatenation:
161161

162162
String literal concatenation
163-
............................
163+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
164164

165165
Multiple adjacent string or bytes literals (delimited by whitespace), possibly
166166
using different quoting conventions, are allowed, and their meaning is the same
@@ -172,7 +172,7 @@ Formally:
172172
.. grammar-snippet::
173173
:group: python-grammar
174174

175-
strings: ( `STRING` | `fstring` | `tstring`)+
175+
strings: ( `STRING` | fstring | tstring)+
176176

177177
Note that this feature is defined at the syntactical level, so it only works
178178
with literals.

0 commit comments

Comments
 (0)