diff options
author | Brian Curtin <brian@python.org> | 2011-11-07 20:19:46 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-11-07 20:19:46 (GMT) |
commit | ca0fbc02e9971ead5436473e15320652c1fd97c8 (patch) | |
tree | 4b54cf71920a50bceed96d6f575ed1cbf0abac17 /Doc | |
parent | c1b65d1831265534cb1613d7bf0ad7643fddb795 (diff) | |
parent | ca6befb77f007ee74137bcbfc26f3fe1345bd886 (diff) | |
download | cpython-ca0fbc02e9971ead5436473e15320652c1fd97c8.zip cpython-ca0fbc02e9971ead5436473e15320652c1fd97c8.tar.gz cpython-ca0fbc02e9971ead5436473e15320652c1fd97c8.tar.bz2 |
branch merge
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/shutil.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 6cb03b8..bb18203 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -295,7 +295,8 @@ Archiving operations *owner* and *group* are used when creating a tar archive. By default, uses the current owner and group. - *logger* is an instance of :class:`logging.Logger`. + *logger* must be an object compatible with :pep:`282`, usually an instance of + :class:`logging.Logger`. .. versionadded:: 3.2 |