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

(cherry picked from commit 982c723384)

Co-authored-by: James Walker <19191463+jdswalker@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2018-02-28 15:58:58 -08:00 committed by GitHub
parent 7e5763469e
commit 82734a6769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: