Skip to content

Commit ba5119c

Browse files
committed
Make whitespace clear in debug spec
1 parent d202eff commit ba5119c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

peps/pep-0750.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ In particular, ``t'{expr=}'`` is treated as ``t'expr={expr!r}'``:
487487
If a separate format string is also provided, ``t'{expr=:fmt}`` is treated instead as
488488
``t'expr={expr!s:fmt}'``.
489489

490-
Whitespace is preserved in the debug specifier, so ``t'{expr =}'`` is treated as
491-
``t'expr ={expr!r}'``.
490+
Whitespace is preserved in the debug specifier, so ``t'{expr = }'`` is treated as
491+
``t'expr = {expr!r}'``.
492492

493493

494494
Raw Template Strings

0 commit comments

Comments
 (0)