This commit is contained in:
Raymond Hettinger 2014-05-23 03:47:11 +01:00
commit a3d58ae2f2
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ be finalized; only the internally used file object will be closed. See the
will be added as a pax global header if *format* is :const:`PAX_FORMAT`. will be added as a pax global header if *format* is :const:`PAX_FORMAT`.
.. method:: TarFile.open(...) .. classmethod:: TarFile.open(...)
Alternative constructor. The :func:`tarfile.open` function is actually a Alternative constructor. The :func:`tarfile.open` function is actually a
shortcut to this classmethod. shortcut to this classmethod.