diff options
-rw-r--r-- | Doc/library/shutil.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 98b249f2ca..3126965246 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -278,6 +278,8 @@ Archives 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`. + .. versionadded:: 2.7 |