diff --git a/special-method-names.html b/special-method-names.html index c9be80a..6ffe426 100644 --- a/special-method-names.html +++ b/special-method-names.html @@ -729,7 +729,7 @@ class FieldStorage: do something special when leaving a with block with x: -x.__exit__() +x.__exit__(exc_type, exc_value, traceback)

This is how the with file idiom works.