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:
parent
7e5763469e
commit
82734a6769
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue