Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79ac95d

Browse files
authored
Fix syntax error with '=' in format specifier
1 parent 8719072 commit 79ac95d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/lib/change-notes/released

python/ql/lib/change-notes/released/6.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
### Bug Fixes
99

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

0 commit comments

Comments
 (0)