This commit is contained in:
Ethan Furman 2021-09-10 23:01:12 -07:00
parent 43e722f965
commit d43bca1293
1 changed files with 1 additions and 1 deletions

View File

@ -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.