]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in logging doc: picked -> pickled (GH-5942)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Feb 2018 23:58:58 +0000 (15:58 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2018 23:58:58 +0000 (15:58 -0800)
(cherry picked from commit 982c7233846e8fbdb1e0ca23c8ae3f6362645307)

Co-authored-by: James Walker <19191463+jdswalker@users.noreply.github.com>
Doc/library/logging.rst

index 1ed129c00d49072c7afdf6766a3f5a0dc7a741e5..88f804a074eca057607bf1e673187a2da8bfcf29 100644 (file)
@@ -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: