diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-04-11 07:43:52 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-04-11 07:43:52 (GMT) |
commit | a3359eec7d96237eff157e513ccfd5c5370088bc (patch) | |
tree | 29c0c73da263fdc1edc3891b82d942c26c745789 /Lib/logging/__init__.py | |
parent | 4a0a31df5c6ab79dd7dc8ee828379dca1d1f632f (diff) | |
download | cpython-a3359eec7d96237eff157e513ccfd5c5370088bc.zip cpython-a3359eec7d96237eff157e513ccfd5c5370088bc.tar.gz cpython-a3359eec7d96237eff157e513ccfd5c5370088bc.tar.bz2 |
Whitespace normalized.
Diffstat (limited to 'Lib/logging/__init__.py')
-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 ef88d0a..8f4fc2b 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 |