Skip to content

Commit

Permalink
Tweak docs in worksheet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
levon003 authored Nov 7, 2024
1 parent 1960c29 commit 9413d5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gspread/worksheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,12 @@ def get_all_records(
values.
This method uses the function :func:`gspread.utils.to_records` to build the resulting
records. It mainly wraps around the function and handle the simplest use case
using a header row (default = 1) and the the reste of the entire sheet.
records. It mainly wraps around the function and handles the simplest use case
using a header row (default = 1) and the rest of the entire sheet.
.. note::
for any particular use-case, please get your dataset, your headers
For more particular use-cases, please get your dataset, your headers and
then use the function :func:`gspread.utils.to_records` to build the records.
Cell values are numericised (strings that can be read as ints or floats
Expand All @@ -526,7 +526,7 @@ def get_all_records(
.. note::
returned dictionaries will contain all headers even if not included in this list
Returned dictionaries will contain all headers even if not included in this list.
:param value_render_option: (optional) Determines how values should
be rendered in the output. See `ValueRenderOption`_ in
the Sheets API.
Expand Down

0 comments on commit 9413d5b

Please sign in to comment.