summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_enum.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Lib/test/test_enum.py b/Lib/test/test_enum.py
index 99e2913..ec082c4 100644
--- a/Lib/test/test_enum.py
+++ b/Lib/test/test_enum.py
@@ -4806,15 +4806,15 @@ class Color(enum.Enum)
| value
|
| ----------------------------------------------------------------------
- | Methods inherited from enum.EnumType:
+ | Static methods inherited from enum.EnumType:
|
- | __contains__(value) from enum.EnumType
+ | __contains__(value)
|
- | __getitem__(name) from enum.EnumType
+ | __getitem__(name)
|
- | __iter__() from enum.EnumType
+ | __iter__()
|
- | __len__() from enum.EnumType
+ | __len__()
|
| ----------------------------------------------------------------------
| Readonly properties inherited from enum.EnumType: