Skip to content

Commit 1775f10

Browse files
Fix test_enum.
1 parent 60b5c15 commit 1775f10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_enum.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5021,8 +5021,8 @@ class Color(enum.Enum)
50215021
| __members__
50225022
| Returns a mapping of member name->value.
50235023
|
5024-
| This mapping lists all enum members, including aliases. Note that this
5025-
| is a read-only view of the internal mapping."""
5024+
| This mapping lists all enum members, including aliases. Note that
5025+
| this is a read-only view of the internal mapping."""
50265026

50275027
expected_help_output_without_docs = """\
50285028
Help on class Color in module %s:

0 commit comments

Comments
 (0)