Skip to content

Commit 79ac95d

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

File tree

1 file changed

+1
-1
lines changed
  • python/ql/lib/change-notes/released

1 file changed

+1
-1
lines changed

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)