Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbc8820

Browse files
committedAug 10, 2021
Sipify
1 parent fe0cde3 commit dbc8820

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎python/core/auto_generated/qgsattributetableconfig.sip.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Returns the width of a column, or -1 if column should use default width.
150150

151151
:param column: column index
152152

153-
:raises IndexError: if the column is not found
153+
:raises `IndexError` if the column is not found
154154

155155
.. seealso:: :py:func:`setColumnWidth`
156156
%End
@@ -176,7 +176,7 @@ Sets the width of a column.
176176
:param column: column index
177177
:param width: column width in pixels, or -1 if column should use default width
178178

179-
:raises IndexError: if the column is not found
179+
:raises `IndexError` if the column is not found
180180

181181
.. seealso:: :py:func:`columnWidth`
182182
%End
@@ -199,7 +199,7 @@ Returns ``True`` if the specified column is hidden.
199199

200200
:param column: column index
201201

202-
:raises IndexError: if the column is not found
202+
:raises `IndexError` if the column is not found
203203

204204
.. seealso:: :py:func:`setColumnHidden`
205205
%End
@@ -225,7 +225,7 @@ Sets whether the specified column should be hidden.
225225
:param column: column index
226226
:param hidden: set to ``True`` to hide column
227227

228-
:raises IndexError: if the column is not found
228+
:raises `IndexError` if the column is not found
229229

230230
.. seealso:: :py:func:`columnHidden`
231231
%End

0 commit comments

Comments
 (0)
Please sign in to comment.