diff options
Diffstat (limited to 'Lib/bz2.py')
-rw-r--r-- | Lib/bz2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bz2.py b/Lib/bz2.py index 3ab09914719..21e8ff49c67 100644 --- a/Lib/bz2.py +++ b/Lib/bz2.py @@ -66,7 +66,7 @@ class BZ2File(_compression.BaseStream): self._mode = _MODE_CLOSED if buffering is not _sentinel: - warnings.warn("Use of 'buffering' argument is deprecated and ignored" + warnings.warn("Use of 'buffering' argument is deprecated and ignored " "since Python 3.0.", DeprecationWarning, stacklevel=2) |