Fix typo in logging doc: picked -> pickled (GH-5942)

This commit is contained in:
James Walker 2018-02-28 19:46:35 -04:00 committed by Mariatta
parent f0daa880a4
commit 982c723384
1 changed files with 1 additions and 1 deletions

View 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: