diff options
author | James Walker <19191463+jdswalker@users.noreply.github.com> | 2018-02-28 23:46:35 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-02-28 23:46:35 (GMT) |
commit | 982c7233846e8fbdb1e0ca23c8ae3f6362645307 (patch) | |
tree | 4f8c535a48aa7b58b29e914c7598394febabf0d4 /Doc/library | |
parent | f0daa880a405c8de6743e44fa46006754aa145c9 (diff) | |
download | cpython-982c7233846e8fbdb1e0ca23c8ae3f6362645307.zip cpython-982c7233846e8fbdb1e0ca23c8ae3f6362645307.tar.gz cpython-982c7233846e8fbdb1e0ca23c8ae3f6362645307.tar.bz2 |
Fix typo in logging doc: picked -> pickled (GH-5942)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 1ed129c..88f804a 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: |