diff options
author | Hemangii <hemakar.karchalkar@gmail.com> | 2021-06-20 19:46:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 19:46:59 (GMT) |
commit | 7265b277fa00337dfe4ea202c7f666dceb87a0b3 (patch) | |
tree | b893d23ed492642cd8ae8100bc4ae14a8f672567 /Doc/whatsnew | |
parent | 5f0fc30de46d41dccf04096df12664fc0a684ca2 (diff) | |
download | cpython-7265b277fa00337dfe4ea202c7f666dceb87a0b3.zip cpython-7265b277fa00337dfe4ea202c7f666dceb87a0b3.tar.gz cpython-7265b277fa00337dfe4ea202c7f666dceb87a0b3.tar.bz2 |
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index c459257..ba5b0a2 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: |