Skip to content

Commit dc03276

Browse files
author
renmu123
committed
update worksheet_tables.rst
1 parent 0c16ef9 commit dc03276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worksheet_tables.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787
>>> headings = ["Fruit", "2011", "2012", "2013", "2014"] # all values must be strings
8888
>>> table._initialise_columns()
8989
>>> for column, value in zip(table.tableColumns, headings):
90-
column.name = value
90+
column.name = value

0 commit comments

Comments
 (0)