Skip to content

Commit

Permalink
Merge pull request burnash#1529 from levon003/patch-1
Browse files Browse the repository at this point in the history
Documentation update for gspread.worksheet.Worksheet.get_all_records
  • Loading branch information
lavigne958 authored Nov 8, 2024
2 parents 1960c29 + 9413d5b commit 94617c9
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 94617c9

Please sign in to comment.