fix typo
This commit is contained in:
parent
43e722f965
commit
d43bca1293
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue