diff --git a/peps/pep-0604.rst b/peps/pep-0604.rst index b3d773106..1757cfda2 100644 --- a/peps/pep-0604.rst +++ b/peps/pep-0604.rst @@ -4,14 +4,14 @@ Author: Philippe PRADOS , Maggie Moss Sponsor: Chris Angelico 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: 28-Aug-2019 Python-Version: 3.10 Post-History: 28-Aug-2019, 05-Aug-2020 +.. canonical-doc:: :ref:`python:types-union` Abstract ======== @@ -250,13 +250,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: