Minor code and comment cleanups

This commit is contained in:
Eric Torres
2019-10-24 09:36:58 -07:00
parent 821b25ceca
commit 9eeca9910c
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ def get(query=None, *, directory=None, signatures_only=False):
def filter(iterable, *, signatures_only=False):
"""Retrive package file types from a predefined iterable.
"""Retrieve package files from a predefined iterable.
:param iterable: any iterable
:type iterable: anything that returns str or path-like objects