Make whitespace clear in debug spec
This commit is contained in:
parent
d202effe2a
commit
ba5119c3d1
|
@ -487,8 +487,8 @@ In particular, ``t'{expr=}'`` is treated as ``t'expr={expr!r}'``:
|
|||
If a separate format string is also provided, ``t'{expr=:fmt}`` is treated instead as
|
||||
``t'expr={expr!s:fmt}'``.
|
||||
|
||||
Whitespace is preserved in the debug specifier, so ``t'{expr =}'`` is treated as
|
||||
``t'expr ={expr!r}'``.
|
||||
Whitespace is preserved in the debug specifier, so ``t'{expr = }'`` is treated as
|
||||
``t'expr = {expr!r}'``.
|
||||
|
||||
|
||||
Raw Template Strings
|
||||
|
|
Loading…
Reference in New Issue