Skip to content

Commit 653cd35

Browse files
authored
Merge pull request #1094 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents 4c28f24 + d50dee0 commit 653cd35

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
@@ -1036,7 +1036,7 @@ def test_auto_resize_columns(self):
10361036
# we can only check the result of `auto_resize_columns`
10371037
# using only code and the API.
10381038
# To test `auto_resize_row` we must use a web browser and
1039-
# force the size of a row then auto resize it using gpsread.
1039+
# force the size of a row then auto resize it using gspread.
10401040

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

0 commit comments

Comments
 (0)