Skip to content

Commit

Permalink
docs: improve .between() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored and cpcloud committed Oct 4, 2023
1 parent 0b686e8 commit a086134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibis/expr/types/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,9 @@ def between(
Parameters
----------
lower
Lower bound
Lower bound, inclusive
upper
Upper bound
Upper bound, inclusive
Returns
-------
Expand Down

0 comments on commit a086134

Please sign in to comment.