diff --git a/peps/pep-0613.rst b/peps/pep-0613.rst index 3cfdb9f578e..108cd958389 100644 --- a/peps/pep-0613.rst +++ b/peps/pep-0613.rst @@ -3,14 +3,14 @@ Title: Explicit Type Aliases Author: Shannon Zhu Sponsor: Guido van Rossum Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/MWRJOBEEEMFVXE7CAKO7B4P46IPM4AN3/ -Status: Accepted +Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 21-Jan-2020 Python-Version: 3.10 Post-History: 21-Jan-2020 +.. canonical-typing-spec:: :ref:`typing:type-aliases` Abstract ======== @@ -218,7 +218,7 @@ Version History * 2021-11-16 - * Allow TypeAlias inside class scope + * Allow ``TypeAlias`` inside class scope Copyright @@ -226,13 +226,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: