Skip to content

Commit 3a08090

Browse files
authored
Merge pull request #1101 from burnash/bugfix/typo_doc_batch_format
Fix typo in `Worksheet.batch_format` method
2 parents 653cd35 + ec5ae7d commit 3a08090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gspread/worksheet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ def batch_format(self, formats):
963963
},
964964
},
965965
]
966-
worksheet.batch_update(formats)
966+
worksheet.batch_format(formats)
967967
968968
.. versionadded:: 5.4
969969
"""

0 commit comments

Comments
 (0)