From 982c7233846e8fbdb1e0ca23c8ae3f6362645307 Mon Sep 17 00:00:00 2001 From: James Walker <19191463+jdswalker@users.noreply.github.com> Date: Wed, 28 Feb 2018 19:46:35 -0400 Subject: [PATCH] Fix typo in logging doc: picked -> pickled (GH-5942) --- Doc/library/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 1ed129c00d4..88f804a074e 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: