diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-04-11 08:43:52 +0100 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-04-11 08:43:52 +0100 |
commit | a3359eec7d96237eff157e513ccfd5c5370088bc (patch) | |
tree | 29c0c73da263fdc1edc3891b82d942c26c745789 | |
parent | 4a0a31df5c6ab79dd7dc8ee828379dca1d1f632f (diff) | |
download | cpython-git-a3359eec7d96237eff157e513ccfd5c5370088bc.tar.gz |
Whitespace normalized.
-rw-r--r-- | Lib/logging/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index ef88d0a0ed..8f4fc2b02d 100644 --- a/Lib/logging/__init__.py +++ b/Lib/logging/__init__.py @@ -1663,7 +1663,7 @@ def basicConfig(**kwargs): .. versionchanged:: 3.2 Added the ``style`` parameter. - + .. versionchanged:: 3.3 Added the ``handlers`` parameter. A ``ValueError`` is now thrown for incompatible arguments (e.g. ``handlers`` specified together with |