Fix syntax error with '=' in format specifier

This commit is contained in:
Jon Janego
2026-02-23 11:50:03 -06:00
committed by GitHub
parent 8719072519
commit 79ac95d8a8

View File

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