Skip to content

Commit

Permalink
Merge pull request #613 from Ravencentric/doc-namelist
Browse files Browse the repository at this point in the history
docs: group getnames and namelist together
  • Loading branch information
miurahr authored Aug 11, 2024
2 parents 220504a + e3eab8b commit e6ff090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ SevenZipFile Object


.. py:method:: SevenZipFile.getnames()
SevenZipFile.namelist()
Return a list of archive files by name.

Expand Down Expand Up @@ -286,9 +287,7 @@ SevenZipFile Object
Return a ArchiveInfo object.

.. py:method:: SevenZipFile.namelist()

Return a list of archive members by name.

.. py:method:: SevenZipFile.test()
Expand Down

0 comments on commit e6ff090

Please sign in to comment.