]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 20 Jun 2021 19:53:14 +0000 (12:53 -0700)
committerGitHub <noreply@github.com>
Sun, 20 Jun 2021 19:53:14 +0000 (20:53 +0100)
Doc/whatsnew/3.10.rst

index 10e6ab71673982df141b4a65fcc39445f0622212..605cb6430e447ae9cfd691817343f9bdcea91264 100644 (file)
@@ -197,7 +197,7 @@ now Python 3.10 will display the exception as:
 This improvement was contributed by Pablo Galindo in :issue:`43914`.
 
 A considerable amount of new specialized messages for :exc:`SyntaxError` exceptions
-have been incorporated. Some of the most notable ones:
+have been incorporated. Some of the most notable ones are as follows:
 
 * Missing ``:`` before blocks: