From 2b41b5229a7c6657220dba9ad4803b5f8d243db7 Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Tue, 2 Nov 2021 20:40:52 -0700 Subject: [PATCH] PEP 663: add post date, fix typo --- pep-0663.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0663.txt b/pep-0663.txt index 48abddf34..f4de7aab1 100644 --- a/pep-0663.txt +++ b/pep-0663.txt @@ -9,7 +9,7 @@ Type: Informational Content-Type: text/x-rst Created: 23-Feb-2013 Python-Version: 3.11 -Post-History: 20-Jul-2021 +Post-History: 20-Jul-2021, 02-Nov-2021 Resolution: @@ -24,7 +24,7 @@ will have its ``format()`` match its ``str()``. In all cases, an enum's ``format()``). Add a global enum decorator which changes the ``str()`` and ``repr()`` (and -``format()``) of the decorated enum to be a valid gobal reference: i.e. +``format()``) of the decorated enum to be a valid global reference: i.e. ``re.IGNORECASE`` instead of ````.