fix some typos (#138977)

This commit is contained in:
AN Long 2025-09-16 22:03:39 +09:00 committed by GitHub
parent a651ec9524
commit 6393068bde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View file

@ -4887,7 +4887,7 @@ class Color(Enum):
def _generate_next_value_(name, start, count, last):
return name
def test_auto_order_wierd(self):
def test_auto_order_weird(self):
weird_auto = auto()
weird_auto.value = 'pathological case'
class Color(Enum):