We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b5c15 commit 1775f10Copy full SHA for 1775f10
1 file changed
Lib/test/test_enum.py
@@ -5021,8 +5021,8 @@ class Color(enum.Enum)
5021
| __members__
5022
| Returns a mapping of member name->value.
5023
|
5024
- | This mapping lists all enum members, including aliases. Note that this
5025
- | is a read-only view of the internal mapping."""
+ | This mapping lists all enum members, including aliases. Note that
+ | this is a read-only view of the internal mapping."""
5026
5027
expected_help_output_without_docs = """\
5028
Help on class Color in module %s:
0 commit comments