@@ -150,7 +150,7 @@ Returns the width of a column, or -1 if column should use default width.
150
150
151
151
:param column: column index
152
152
153
- :raises IndexError: if the column is not found
153
+ :raises ` IndexError` if the column is not found
154
154
155
155
.. seealso:: :py:func:`setColumnWidth`
156
156
%End
@@ -176,7 +176,7 @@ Sets the width of a column.
176
176
:param column: column index
177
177
:param width: column width in pixels, or -1 if column should use default width
178
178
179
- :raises IndexError: if the column is not found
179
+ :raises ` IndexError` if the column is not found
180
180
181
181
.. seealso:: :py:func:`columnWidth`
182
182
%End
@@ -199,7 +199,7 @@ Returns ``True`` if the specified column is hidden.
199
199
200
200
:param column: column index
201
201
202
- :raises IndexError: if the column is not found
202
+ :raises ` IndexError` if the column is not found
203
203
204
204
.. seealso:: :py:func:`setColumnHidden`
205
205
%End
@@ -225,7 +225,7 @@ Sets whether the specified column should be hidden.
225
225
:param column: column index
226
226
:param hidden: set to ``True`` to hide column
227
227
228
- :raises IndexError: if the column is not found
228
+ :raises ` IndexError` if the column is not found
229
229
230
230
.. seealso:: :py:func:`columnHidden`
231
231
%End
0 commit comments