Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo fix in sip
  • Loading branch information
jgrocha authored and nyalldawson committed Mar 23, 2021
1 parent 0fe0aec commit e1588fc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -131,7 +131,7 @@ Find group node with specified name. Searches recursively the whole sub-tree.

QList<QgsLayerTreeGroup *> findGroups( bool recursive = false ) const;
%Docstring
Find group layer nodes. Searches recursively the whole sub-tree, is recursive is set.
Find group layer nodes. Searches recursively the whole sub-tree, if recursive is set.
%End

static QgsLayerTreeGroup *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;
Expand Down

0 comments on commit e1588fc

Please sign in to comment.