From d43bca12933f4455db76f045ee0d1ca72a748033 Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Fri, 10 Sep 2021 23:01:12 -0700 Subject: [PATCH] fix typo --- pep-0663.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0663.txt b/pep-0663.txt index 6cc3efd29..a272dbe64 100644 --- a/pep-0663.txt +++ b/pep-0663.txt @@ -176,7 +176,7 @@ to arguments for changing Enum's ``repr()`` to match Flag's. Backwards Compatibility ======================= -Backwards compatibility of stringified objects is not guarenteed across major +Backwards compatibility of stringified objects is not guaranteed across major Python versions, and there will be backwards compatibility breaks where software uses the ``repr()``, ``str()``, and ``format()`` output of enums in tests, documentation, data structures, and/or code generation.