]> granicus.if.org Git - python/commitdiff
Fix typo in logging doc: picked -> pickled (GH-5942)
authorJames Walker <19191463+jdswalker@users.noreply.github.com>
Wed, 28 Feb 2018 23:46:35 +0000 (19:46 -0400)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 28 Feb 2018 23:46:35 +0000 (15:46 -0800)
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: