From a3359eec7d96237eff157e513ccfd5c5370088bc Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 11 Apr 2011 08:43:52 +0100 Subject: [PATCH] Whitespace normalized. --- Lib/logging/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1