Fixed test_enum for issue #15582.

This commit is contained in:
Serhiy Storchaka 2015-04-04 12:48:04 +03:00
parent 06e66108c6
commit b599ca8cff
1 changed files with 4 additions and 0 deletions

View File

@ -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