Skip to content

Commit e01cb7c

Browse files
committedNov 28, 2018
Fix docstring for findNodes
1 parent c3b3f7e commit e01cb7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/analysis/auto_generated/raster/qgsrastercalcnode.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Returns a string representation of the expression
8585

8686
QList<const QgsRasterCalcNode *> findNodes( const QgsRasterCalcNode::Type type ) const;
8787
%Docstring
88-
Populates a list of nodes of a specific type.
88+
Returns a list of nodes of a specific ``type``
8989

9090
.. versionadded:: 3.6
9191
%End

‎src/analysis/raster/qgsrastercalcnode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class ANALYSIS_EXPORT QgsRasterCalcNode
114114
QString toString( bool cStyle = false ) const;
115115

116116
/**
117-
* Populates a list of nodes of a specific type.
117+
* Returns a list of nodes of a specific \a type
118118
* \since QGIS 3.6
119119
*/
120120
QList<const QgsRasterCalcNode *> findNodes( const QgsRasterCalcNode::Type type ) const;

0 commit comments

Comments
 (0)
Please sign in to comment.