Skip to content

Commit c0bbce0

Browse files
Merge pull request #1582 from antoineeripret/issue-1562
DOC: update example for update_tab_color
2 parents 4f1ef93 + 8718f3e commit c0bbce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Updating a Worksheet's name and color
111111
.. code:: python
112112
113113
worksheet.update_title("December Transactions")
114-
worksheet.update_tab_color({"red": 1, "green": 0.5, "blue": 0.5})
114+
worksheet.update_tab_color("#FF0000")
115115
116116
117117
Getting a Cell Value

0 commit comments

Comments
 (0)