mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed test_enum for issue #15582.
This commit is contained in:
parent
06e66108c6
commit
b599ca8cff
1 changed files with 4 additions and 0 deletions
|
@ -1560,6 +1560,10 @@ expected_help_output = """
|
|||
Help on class Color in module %s:
|
||||
|
||||
class Color(enum.Enum)
|
||||
| Generic enumeration.
|
||||
|\x20\x20
|
||||
| Derive from this class to define new enumerations.
|
||||
|\x20\x20
|
||||
| Method resolution order:
|
||||
| Color
|
||||
| enum.Enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue