Commit fd613498 authored by Raymond Hettinger's avatar Raymond Hettinger

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

parent 198123c6
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment