diff --git a/gspread/utils.py b/gspread/utils.py index 4cc738cc..6daac861 100644 --- a/gspread/utils.py +++ b/gspread/utils.py @@ -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:: diff --git a/gspread/worksheet.py b/gspread/worksheet.py index bd9eefe5..109c44db 100644 --- a/gspread/worksheet.py +++ b/gspread/worksheet.py @@ -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::