Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
nyalldawson committed Apr 1, 2020
1 parent d20a3bd commit 740be22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -91,7 +91,7 @@ from QgsProcessing.SourceType.
void setExpressionHelpText( const QString &text );
%Docstring
Set the expected expression format ``text``, which is shown in the expression builder dialog for the widget
when in the "pre-calculated" ex pression mode. This is purely a text format and no expression validation is made
when in the "pre-calculated" expression mode. This is purely a text format and no expression validation is made
against it.
%End

Expand Down
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingmodelerparameterwidget.h
Expand Up @@ -118,7 +118,7 @@ class GUI_EXPORT QgsProcessingModelerParameterWidget : public QWidget, public Qg

/**
* Set the expected expression format \a text, which is shown in the expression builder dialog for the widget
* when in the "pre-calculated" ex pression mode. This is purely a text format and no expression validation is made
* when in the "pre-calculated" expression mode. This is purely a text format and no expression validation is made
* against it.
*/
void setExpressionHelpText( const QString &text );
Expand Down

0 comments on commit 740be22

Please sign in to comment.