Skip to content

Commit ec5ae7d

Browse files
committed
Fix typo in Worksheet.batch_format method
closes #1100
1 parent 653cd35 commit ec5ae7d

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)