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

This commit is contained in:
Raymond Hettinger 2014-05-23 03:43:29 +01:00
parent 198123c607
commit fd61349848
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ be finalized; only the internally used file object will be closed. See the
.. versionadded:: 2.6
.. method:: TarFile.open(...)
.. classmethod:: TarFile.open(...)
Alternative constructor. The :func:`tarfile.open` function is actually a
shortcut to this classmethod.