We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c16ef9 commit dc03276Copy full SHA for dc03276
worksheet_tables.rst
@@ -87,4 +87,4 @@
87
>>> headings = ["Fruit", "2011", "2012", "2013", "2014"] # all values must be strings
88
>>> table._initialise_columns()
89
>>> for column, value in zip(table.tableColumns, headings):
90
- column.name = value
+ column.name = value
0 commit comments