You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/library/ast.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,9 @@ Literals
364
364
This has the same meaning as ``FormattedValue.value``.
365
365
* ``str`` is a constant containing the text of the interpolation expression.
366
366
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.
0 commit comments