diff options
author | Simon Charette <charette.s@gmail.com> | 2021-04-23 00:35:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 00:35:11 (GMT) |
commit | 6afb0a8078ff3fc93adc4177565c56f820ca2880 (patch) | |
tree | b2974e2a44133c677cb31261da3985ac3ea0e027 /Misc/NEWS.d/3.9.0a4.rst | |
parent | e07d8098892e85ecc56969d2c9a5afb3ea33ce8f (diff) | |
download | cpython-6afb0a8078ff3fc93adc4177565c56f820ca2880.zip cpython-6afb0a8078ff3fc93adc4177565c56f820ca2880.tar.gz cpython-6afb0a8078ff3fc93adc4177565c56f820ca2880.tar.bz2 |
bpo-39572: Address typo in CHANGELOG. (GH-24999)
Diffstat (limited to 'Misc/NEWS.d/3.9.0a4.rst')
-rw-r--r-- | Misc/NEWS.d/3.9.0a4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.9.0a4.rst b/Misc/NEWS.d/3.9.0a4.rst index e91135d..2aef8b2 100644 --- a/Misc/NEWS.d/3.9.0a4.rst +++ b/Misc/NEWS.d/3.9.0a4.rst @@ -640,7 +640,7 @@ Adapted from a patch by Ethan Furman. .. nonce: CCtzy1 .. section: Documentation -Updated documentation of ``total`` flag of TypeDict. +Updated documentation of ``total`` flag of ``TypedDict``. .. |