Skip to content

Commit

Permalink
fix docs for offset
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jun 1, 2024
1 parent 9023473 commit 499e342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bioblend/galaxy/histories/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 499e342

Please sign in to comment.