Skip to content

Commit

Permalink
Remove duplicate word
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Mar 22, 2019
1 parent e7389db commit f998ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -1949,7 +1949,7 @@ Creates a new parameter using the definition from a script code.
class QgsProcessingParameterAuthConfig : QgsProcessingParameterDefinition class QgsProcessingParameterAuthConfig : QgsProcessingParameterDefinition
{ {
%Docstring %Docstring
A string parameter for authentication configuration configuration ID values. A string parameter for authentication configuration ID values.


This parameter allows for users to select from available authentication configurations, This parameter allows for users to select from available authentication configurations,
or create new authentication configurations as required. or create new authentication configurations as required.
Expand Down
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingparameters.h
Expand Up @@ -1886,7 +1886,7 @@ class CORE_EXPORT QgsProcessingParameterString : public QgsProcessingParameterDe
/** /**
* \class QgsProcessingParameterAuthConfig * \class QgsProcessingParameterAuthConfig
* \ingroup core * \ingroup core
* A string parameter for authentication configuration configuration ID values. * A string parameter for authentication configuration ID values.
* *
* This parameter allows for users to select from available authentication configurations, * This parameter allows for users to select from available authentication configurations,
* or create new authentication configurations as required. * or create new authentication configurations as required.
Expand Down

0 comments on commit f998ec9

Please sign in to comment.