Docstring cleanups

This commit is contained in:
Eric Torres 2019-04-14 08:45:28 -07:00
parent fe799d867c
commit fcef68008e

View File

@ -28,9 +28,6 @@ class PackageManager:
:type db_path: str or path-like object
:param pkglist_cmd: command to list installed packages to stdout
:type pkglist_cmd: str or iterable of str
:raises: TypeError if pkglist_cmd is not str or an iterable of str
:raises: ValueError if pkglist_cmd is an empty str or an iterable
containing an empty str
"""
self._cachedir = Path(cachedir)
self._db_path = Path(db_path)