Commit 6cb15618 authored by Raymond Hettinger's avatar Raymond Hettinger

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

parent c33567e0
......@@ -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.
......
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