mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
fix some typos (#138977)
This commit is contained in:
parent
a651ec9524
commit
6393068bde
4 changed files with 13 additions and 13 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue