Skip to content

Commit

Permalink
doc: fix misspell
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lavigne <[email protected]>
  • Loading branch information
lavigne958 committed Aug 19, 2024
1 parent 2624bc4 commit 2a136ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provided by ``gspread``.
Using gspread with pandas
~~~~~~~~~~~~~~~~~~~~~~~~~

You can find the bellow libraries to use gsrpead with pandas:
You can find the below libraries to use gsrpead with pandas:

* `gspread-pandas <https://github.com/aiguofer/gspread-pandas>`_
* `gspread-dataframe <https://github.com/robin900/gspread-dataframe>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ Color the background of **A2:B2** cell range in black, change horizontal alignme
The second argument to :meth:`~gspread.models.Worksheet.format` is a dictionary containing the fields to update. A full specification of format options is available at `CellFormat <https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/cells#cellformat>`_ in Sheet API Reference.

.. Tip::
for more complex formating see :ref:`gspread-formating-label`.
for more complex formatting see :ref:`gspread-formating-label`.


Using gspread with pandas
Expand Down

0 comments on commit 2a136ee

Please sign in to comment.