Skip to content

Commit aa7feb1

Browse files
committed
Include indent on wrapped lines
1 parent 78494b2 commit aa7feb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/ast.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,9 @@ Literals
365365
* ``str`` is a constant containing the text of the interpolation expression.
366366

367367
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.
368+
when calling :func:`ast.unparse`. This no longer guarantees that the
369+
generated code is identical to the original and is intended for code
370+
generation.
370371
* ``conversion`` is an integer:
371372

372373
* -1: no conversion

0 commit comments

Comments
 (0)