diff --git a/python/ql/lib/change-notes/released/6.1.1.md b/python/ql/lib/change-notes/released/6.1.1.md index ca4d1bf4684..a880762af11 100644 --- a/python/ql/lib/change-notes/released/6.1.1.md +++ b/python/ql/lib/change-notes/released/6.1.1.md @@ -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.