From 2586151b3ac64837764e10ba61ab12ce9574fd78 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Thu, 22 Apr 2021 20:35:11 -0400 Subject: [PATCH] bpo-39572: Address typo in CHANGELOG. (GH-24999) (cherry picked from commit 6afb0a8078ff3fc93adc4177565c56f820ca2880) Co-authored-by: Simon Charette --- Misc/NEWS.d/3.9.0a4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.9.0a4.rst b/Misc/NEWS.d/3.9.0a4.rst index e91135deb6654a..2aef8b26b01696 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``. ..