Issue 21479: Fix markup for the TarFile.open() classmethod.

This commit is contained in:
Raymond Hettinger 2014-05-23 03:46:52 +01:00
parent f7f64f94b1
commit 7096e26983
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`.
.. method:: TarFile.open(...)
.. classmethod:: TarFile.open(...)
Alternative constructor. The :func:`tarfile.open` function is actually a
shortcut to this classmethod.