diff --git a/bioblend/galaxy/histories/__init__.py b/bioblend/galaxy/histories/__init__.py index 93e04fa47..7e817b85b 100644 --- a/bioblend/galaxy/histories/__init__.py +++ b/bioblend/galaxy/histories/__init__.py @@ -218,8 +218,8 @@ def get_histories( :param limit: How many items to return (upper bound). :type offset: int - :param offset: skip the first ( offset - 1 ) items and begin returning - at the Nth item. + :param offset: skip the first (offset) items and begin returning + at item at index offset (i.e. start with the element offset+1). :rtype: list :return: List of history dicts.