diff options
Diffstat (limited to 'Lib/contextlib.py')
| -rw-r--r-- | Lib/contextlib.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/contextlib.py b/Lib/contextlib.py index af701d3..6fcb536 100644 --- a/Lib/contextlib.py +++ b/Lib/contextlib.py @@ -103,7 +103,7 @@ def nested(*managers):      """      warn("With-statements now directly support multiple context managers", -         DeprecationWarning, 2) +         DeprecationWarning, 3)      exits = []      vars = []      exc = (None, None, None)  | 
