diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index f0a87a9ada7..8b20e42d7d8 100644
--- a/Doc/whatsnew/3.14.rst
+++ b/Doc/whatsnew/3.14.rst
@@ -278,7 +278,7 @@ As another example, generating HTML attributes from data:
attributes = {"src": "shrubbery.jpg", "alt": "looks nice"}
template = t"
"
- assert html(template) == '
'
+ assert html(template) == '
'
Compared to using an f-string, the ``html`` function has access to template attributes
containing the original information: static strings, interpolations, and values