We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687fe58 commit 9f9d29cCopy full SHA for 9f9d29c
Doc/reference/expressions.rst
@@ -160,7 +160,7 @@ value.
160
.. _string-concatenation:
161
162
String literal concatenation
163
-............................
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
164
165
Multiple adjacent string or bytes literals (delimited by whitespace), possibly
166
using different quoting conventions, are allowed, and their meaning is the same
@@ -172,7 +172,7 @@ Formally:
172
.. grammar-snippet::
173
:group: python-grammar
174
175
- strings: ( `STRING` | `fstring` | `tstring`)+
+ strings: ( `STRING` | fstring | tstring)+
176
177
Note that this feature is defined at the syntactical level, so it only works
178
with literals.
0 commit comments