Skip to content

Commit 3731763

Browse files
committed
Wrap line width to 79 characters
1 parent 5ab2512 commit 3731763

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/ast.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,9 @@ Literals
364364
This has the same meaning as ``FormattedValue.value``.
365365
* ``str`` is a constant containing the text of the interpolation expression.
366366

367-
If ``str`` is set to ``None``, then ``value`` is used to generate code when calling :func:`ast.unparse`. This no longer guarantees that the generated code is identical to the original and is intended for code generation.
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.
368370
* ``conversion`` is an integer:
369371

370372
* -1: no conversion

0 commit comments

Comments
 (0)