Skip to content

Commit

Permalink
Fix some typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Jul 10, 2023
1 parent 169bf6c commit fd2e32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ AsyncioGspreadWorksheet

Cell
----
See :class:`gspread.models.Cell`.
See :class:`gspread.cell.Cell`.

Indices and tables
==================
Expand Down
2 changes: 1 addition & 1 deletion gspread_asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ async def worksheets(self) -> "List[AsyncioGspreadWorksheet]":
class AsyncioGspreadWorksheet(object):
"""An :mod:`asyncio` wrapper for :class:`gspread.Worksheet`.
You **must** obtain instances of this class from
:meth:`AsynctioGspreadSpreadsheet.add_worksheet`,
:meth:`AsyncioGspreadSpreadsheet.add_worksheet`,
:meth:`AsyncioGspreadSpreadsheet.get_worksheet`,
:meth:`AsyncioGspreadSpreadsheet.worksheet`,
or :meth:`AsyncioGspreadSpreadsheet.worksheets`.
Expand Down

0 comments on commit fd2e32d

Please sign in to comment.