diff options
Diffstat (limited to 'Lib/test/test_zlib.py')
-rw-r--r-- | Lib/test/test_zlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py index bf5d64ceb29..f828b4c737a 100644 --- a/Lib/test/test_zlib.py +++ b/Lib/test/test_zlib.py @@ -914,7 +914,7 @@ LAERTES class CustomInt: - def __int__(self): + def __index__(self): return 100 |