Skip to content

Commit d50dee0

Browse files
committed
docs: Fix a few typos
There are small typos in: - docs/conf.py - docs/user-guide.rst - tests/worksheet_test.py Fixes: - Should read `that` rather than `shat`. - Should read `worksheet` rather than `workshseet`. - Should read `gspread` rather than `gpsread`. Signed-off-by: Tim Gates <[email protected]>
1 parent 912a1b4 commit d50dee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
# The format is a list of tuples containing the path and title.
282282
# epub_pre_files = []
283283

284-
# HTML files shat should be inserted after the pages created by sphinx.
284+
# HTML files that should be inserted after the pages created by sphinx.
285285
# The format is a list of tuples containing the path and title.
286286
# epub_post_files = []
287287

docs/user-guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Clear one or multiple celle ranges at once:
226226
227227
worksheet.batch_clear(["A1:B1", "C2:E2", "my_named_range"])
228228
229-
Clear the entire workshseet:
229+
Clear the entire worksheet:
230230

231231
.. code:: python
232232

tests/worksheet_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ def test_auto_resize_columns(self):
10211021
# we can only check the result of `auto_resize_columns`
10221022
# using only code and the API.
10231023
# To test `auto_resize_row` we must use a web browser and
1024-
# force the size of a row then auto resize it using gpsread.
1024+
# force the size of a row then auto resize it using gspread.
10251025

10261026
# insert enough text to make it larger than the column
10271027
w.update_acell("A1", "A" * 1024)

0 commit comments

Comments
 (0)