diff options
-rw-r--r-- | Lib/test/test_descrtut.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index eb44200..ee19fa3 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py @@ -191,6 +191,7 @@ Instead, you can get the same information from the list type: '__delattr__', '__delitem__', '__delslice__', + '__doc__', '__eq__', '__ge__', '__getattribute__', |