diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 677365c2f5994b..38910f55cd71f1 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -532,7 +532,7 @@ Improved error messages .. code-block:: pycon - >>> whille True: + >>> while True: ... pass Traceback (most recent call last): File "", line 1