Make whitespace clear in debug spec

This commit is contained in:
Dave 2024-12-20 16:40:52 -08:00
parent d202effe2a
commit ba5119c3d1
1 changed files with 2 additions and 2 deletions

View File

@ -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