Skip to content

Commit

Permalink
Fixed param name in insert_cols() param list
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Feb 17, 2021
1 parent 689214d commit ced63fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gspread/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ def insert_cols(self, values, col=1, value_input_option='RAW'):
:param list values: List of col lists. a list of lists, with the lists
each containing one col's values. Increases the number of rows
if there are more values than columns.
:param int row: Start col to update(one-based). Defaults to 1 (one).
:param int col: Start col to update (one-based). Defaults to 1 (one).
:param str value_input_option: (optional) Determines how input data
should be interpreted. Possible values are ``RAW`` or
``USER_ENTERED``. See `ValueInputOption`_ in the Sheets API.
Expand Down

0 comments on commit ced63fe

Please sign in to comment.