diff --git a/peps/pep-0589.rst b/peps/pep-0589.rst index 913f9bb49..d4b07b45a 100644 --- a/peps/pep-0589.rst +++ b/peps/pep-0589.rst @@ -4,15 +4,15 @@ Author: Jukka Lehtosalo Sponsor: Guido van Rossum BDFL-Delegate: Guido van Rossum Discussions-To: typing-sig@python.org -Status: Accepted +Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 20-Mar-2019 Python-Version: 3.8 Post-History: Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/ +.. canonical-typing-spec:: :ref:`typing:typeddict` Abstract ======== @@ -697,14 +697,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: