Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lavigne <[email protected]>
  • Loading branch information
lavigne958 committed Sep 25, 2024
1 parent 858d77d commit 6bb5a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gspread/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ def find_table(
In case of empty result an empty list is restuned.
When the given ``start_range`` is outside the given matrix of values the exception
`~gspread.exceptions.InvalidInputValue` is raised.
:class:`~gspread.exceptions.InvalidInputValue` is raised.
Example::
Expand Down
2 changes: 1 addition & 1 deletion gspread/worksheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3355,7 +3355,7 @@ def expand(
In case of empty result an empty list is restuned.
When the given ``start_range`` is outside the given matrix of values the exception
`~gspread.exceptions.InvalidInputValue` is raised.
:class:`~gspread.exceptions.InvalidInputValue` is raised.
Example::
Expand Down

0 comments on commit 6bb5a1a

Please sign in to comment.