From 499e342e44aba371c45b1de25e2e5cba547ffbfc Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Sat, 1 Jun 2024 12:46:44 +0200 Subject: [PATCH] fix docs for offset --- bioblend/galaxy/histories/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.