diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 81481327b43..cd3db5550a6 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -278,7 +278,7 @@ have been incorporated. Some of the most notable ones are as follows: .. code-block:: python - >>> try + >>> try: ... x = 2 ... something = 3 File "", line 3