https://github.com/python/cpython/commit/bc5a1a7adf0d0154cb3f247da84146dd51997540 commit: bc5a1a7adf0d0154cb3f247da84146dd51997540 branch: 3.9 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: miss-islington <31488909+miss-islington at users.noreply.github.com> date: 2021年04月22日T17:58:42-07:00 summary: bpo-39572: Address typo in CHANGELOG. (GH-24999) (cherry picked from commit 6afb0a8078ff3fc93adc4177565c56f820ca2880) Co-authored-by: Simon Charette <charette.s at gmail.com> files: M Misc/NEWS.d/3.9.0a4.rst diff --git a/Misc/NEWS.d/3.9.0a4.rst b/Misc/NEWS.d/3.9.0a4.rst index e91135deb6654..2aef8b26b0169 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``. ..