diff --git a/docs/community.rst b/docs/community.rst index cfc3abdc..c77b0e92 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -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 `_ * `gspread-dataframe `_ diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 8a00e1fb..cc459965 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -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 `_ 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