Skip to content

Commit

Permalink
Remove duplicate word
Browse files Browse the repository at this point in the history
  • Loading branch information
backporting[bot] authored and nyalldawson committed Mar 22, 2019
1 parent b41b6df commit e982e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -1842,7 +1842,7 @@ Creates a new parameter using the definition from a script code.
class QgsProcessingParameterAuthConfig : QgsProcessingParameterDefinition
{
%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,
or create new authentication configurations as required.
Expand Down
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingparameters.h
Expand Up @@ -1791,7 +1791,7 @@ class CORE_EXPORT QgsProcessingParameterString : public QgsProcessingParameterDe
/**
* \class QgsProcessingParameterAuthConfig
* \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,
* or create new authentication configurations as required.
Expand Down

0 comments on commit e982e3b

Please sign in to comment.