diff --git a/peps/pep-0591.rst b/peps/pep-0591.rst index 60ad0207109..e19260f176c 100644 --- a/peps/pep-0591.rst +++ b/peps/pep-0591.rst @@ -3,15 +3,15 @@ Title: Adding a final qualifier to typing Author: Michael J. Sullivan , Ivan Levkivskyi 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: 15-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:at-final` and :ref:`typing:uppercase-final` Abstract ======== @@ -288,12 +288,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: