diff options
Diffstat (limited to 'Lib/formatter.py')
| -rw-r--r-- | Lib/formatter.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/formatter.py b/Lib/formatter.py index d8cca52..769bd6a 100644 --- a/Lib/formatter.py +++ b/Lib/formatter.py @@ -21,7 +21,7 @@ manage and inserting data into the output.  import sys  import warnings  warnings.warn('the formatter module is deprecated and will be removed in ' -              'Python 3.6', PendingDeprecationWarning) +              'Python 3.6', DeprecationWarning)  AS_IS = None  | 
