diff options
-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 |