summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.9.0a4.rst
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2021-04-23 00:35:11 (GMT)
committerGitHub <noreply@github.com>2021-04-23 00:35:11 (GMT)
commit6afb0a8078ff3fc93adc4177565c56f820ca2880 (patch)
treeb2974e2a44133c677cb31261da3985ac3ea0e027 /Misc/NEWS.d/3.9.0a4.rst
parente07d8098892e85ecc56969d2c9a5afb3ea33ce8f (diff)
downloadcpython-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.rst2
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``.
..