Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gspread/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ def fetch_sheet_metadata(
self, id: str, params: Optional[ParamsType] = None
) -> Mapping[str, Any]:
"""Similar to :method spreadsheets_get:`gspread.http_client.spreadsheets_get`,
get the spreadsheet form the API but by default **does not get the cells data**.
It only retrieve the the metadata from the spreadsheet.
get the spreadsheet from the API but by default **does not get the cells data**.
It only retrieves the metadata from the spreadsheet.

:param str id: the spreadsheet ID key
:param dict params: (optional) the HTTP params for the GET request.
Expand Down
4 changes: 2 additions & 2 deletions gspread/spreadsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ def fetch_sheet_metadata(
self, params: Optional[ParamsType] = None
) -> Mapping[str, Any]:
"""Similar to :method spreadsheets_get:`gspread.http_client.spreadsheets_get`,
get the spreadsheet form the API but by default **does not get the cells data**.
It only retrieve the the metadata from the spreadsheet.
get the spreadsheet from the API but by default **does not get the cells data**.
It only retrieves the metadata from the spreadsheet.

:param dict params: (optional) the HTTP params for the GET request.
By default sets the parameter ``includeGridData`` to ``false``.
Expand Down
Loading