Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Nov 8, 2021
1 parent 37bc7d1 commit bbb1756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -225,7 +225,7 @@ Duplicates features

bool multiEditModeActive() const;
%Docstring
Return true if editing multiple features at a time
Returns true if editing multiple features at a time

.. versionadded:: 3.24
%End
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsabstractrelationeditorwidget.h
Expand Up @@ -233,7 +233,7 @@ class GUI_EXPORT QgsAbstractRelationEditorWidget : public QWidget
void duplicateFeatures( const QgsFeatureIds &fids );

/**
* Return true if editing multiple features at a time
* Returns true if editing multiple features at a time
* \since QGIS 3.24
*/
bool multiEditModeActive() const;
Expand Down

0 comments on commit bbb1756

Please sign in to comment.