diff options
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 1ed129c..88f804a 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -328,7 +328,7 @@ is the module's name in the Python package namespace. .. versionadded:: 3.2 .. versionchanged:: 3.7 - Loggers can now be picked and unpickled. + Loggers can now be pickled and unpickled. .. _levels: |