summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-06-20 19:53:14 (GMT)
committerGitHub <noreply@github.com>2021-06-20 19:53:14 (GMT)
commit26c89e7c7a0e07c02801cb8a231d56ad66caff39 (patch)
tree291395d4212ad7bac191a96c8c592777bd775dca
parent344487b9561612ab2aef7fac86eab2f0d914443f (diff)
downloadcpython-26c89e7c7a0e07c02801cb8a231d56ad66caff39.zip
cpython-26c89e7c7a0e07c02801cb8a231d56ad66caff39.tar.gz
cpython-26c89e7c7a0e07c02801cb8a231d56ad66caff39.tar.bz2
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) (GH-26814)
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 10e6ab7..605cb64 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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: