miurahr / py7zr

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.
https://pypi.org/project/py7zr/
GNU Lesser General Public License v2.1
462 stars 74 forks source link

docs: group getnames and namelist together #613

Closed Ravencentric closed 3 months ago

Ravencentric commented 3 months ago

Pull request type

What does this PR change?

Since getnames() and namelist() are identical, this PR groups them up in documentation. This is how it looks now: image