Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jon Janego
2026-02-23 11:46:50 -06:00
committed by GitHub
parent af0bfe0981
commit 8719072519

View File

@@ -44,7 +44,7 @@ Bug Fixes
Python
""""""
* Using :code:`=` as a fill character in a format specifier (e.g :code:`f"{x:=^20}"`) now no longer results in a syntax error during parsing.
* Using :code:`=` as a fill character in a format specifier (e.g. :code:`f"{x:=^20}"`) now no longer results in a syntax error during parsing.
Breaking Changes
~~~~~~~~~~~~~~~~