Skip to content

Commit 74dec50

Browse files
committedMay 17, 2018
Fix docstring
1 parent ce403b1 commit 74dec50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/gui/auto_generated/attributetable/qgsattributetablemodel.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ as ``QgsAttributeTableModel.SortRole + cacheIndex``.
203203

204204
QString sortCacheExpression( unsigned long cacheIndex = 0 ) const;
205205
%Docstring
206-
The expression which was used to fill the sorting cache at index \cacheIndex.
206+
The expression which was used to fill the sorting cache at index ``cacheIndex``.
207207

208208
.. seealso:: :py:func:`prefetchSortData`
209209
%End

‎src/gui/attributetable/qgsattributetablemodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
209209
void prefetchSortData( const QString &expression, unsigned long cacheIndex = 0 );
210210

211211
/**
212-
* The expression which was used to fill the sorting cache at index \cacheIndex.
212+
* The expression which was used to fill the sorting cache at index \a cacheIndex.
213213
*
214214
* \see prefetchSortData
215215
*/

0 commit comments

Comments
 (0)
Please sign in to comment.