openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
62 stars 20 forks source link

rename get_namespaces_count with get_namespace_count #49

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

As this method returns the count for a single namespace, its name should be singular

rgaudin commented 4 years ago

rebased