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 78494b2 commit aa7feb1Copy full SHA for aa7feb1
Doc/library/ast.rst
@@ -365,8 +365,9 @@ Literals
365
* ``str`` is a constant containing the text of the interpolation expression.
366
367
If ``str`` is set to ``None``, then ``value`` is used to generate code
368
-when calling :func:`ast.unparse`. This no longer guarantees that the generated
369
-code is identical to the original and is intended for code generation.
+ when calling :func:`ast.unparse`. This no longer guarantees that the
+ generated code is identical to the original and is intended for code
370
+ generation.
371
* ``conversion`` is an integer:
372
373
* -1: no conversion
0 commit comments