From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 28 Feb 2018 23:58:58 +0000 (-0800) Subject: Fix typo in logging doc: picked -> pickled (GH-5942) X-Git-Tag: v3.7.0b3~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82734a6769a9b986478b130d321f8bbd18e1546a;p=thirdparty%2FPython%2Fcpython.git Fix typo in logging doc: picked -> pickled (GH-5942) (cherry picked from commit 982c7233846e8fbdb1e0ca23c8ae3f6362645307) Co-authored-by: James Walker <19191463+jdswalker@users.noreply.github.com> --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 1ed129c00d49..88f804a074ec 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: