Commit b599ca8c authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed test_enum for issue #15582.

parent 06e66108
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment