Fix typo in logging doc: picked -> pickled (GH-5942)
https://github.com/python/cpython/commit/982c7233846e8fbdb1e0ca23c8ae3f63626... commit: 982c7233846e8fbdb1e0ca23c8ae3f6362645307 branch: master author: James Walker <19191463+jdswalker@users.noreply.github.com> committer: Mariatta <Mariatta@users.noreply.github.com> date: 2018-02-28T15:46:35-08:00 summary: Fix typo in logging doc: picked -> pickled (GH-5942) files: M Doc/library/logging.rst 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:
participants (1)
-
Mariatta