From 8719072519a598dfc2832d5a10133b8d591fccda Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Mon, 23 Feb 2026 11:46:50 -0600 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../codeql-overview/codeql-changelog/codeql-cli-2.24.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.2.rst b/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.2.rst index c70654e50b6..27da2f3eaf9 100644 --- a/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.2.rst +++ b/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.2.rst @@ -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 ~~~~~~~~~~~~~~~~