From: Simon Charette Date: Fri, 23 Apr 2021 00:35:11 +0000 (-0400) Subject: bpo-39572: Address typo in CHANGELOG. (GH-24999) X-Git-Tag: v3.10.0b1~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6afb0a8078ff3fc93adc4177565c56f820ca2880;p=thirdparty%2FPython%2Fcpython.git bpo-39572: Address typo in CHANGELOG. (GH-24999) --- diff --git a/Misc/NEWS.d/3.9.0a4.rst b/Misc/NEWS.d/3.9.0a4.rst index e91135deb665..2aef8b26b016 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``. ..