Skip to content

Commit

Permalink
Processing scripts: Improve distinction between alg.INT and alg.NUMBER
Browse files Browse the repository at this point in the history
Cherry-picks d910f61
  • Loading branch information
DelazJ committed Mar 8, 2024
1 parent e4c1362 commit ac11817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_manual/processing/scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ Input types
* - :class:`QgsProcessingParameterGeometry <qgis.core.QgsProcessingParameterGeometry>`
- ``alg.GEOMETRY``
- A geometry
* - :class:`QgsProcessingParameterNumber <qgis.core.QgsProcessingParameterNumber>`
* - :attr:`QgsProcessingParameterNumber.Integer <qgis.core.QgsProcessingParameterNumber.Integer>`
- ``alg.INT``
- An integer
* - :class:`QgsProcessingParameterLayout <qgis.core.QgsProcessingParameterLayout>`
Expand All @@ -503,7 +503,7 @@ Input types
* - :class:`QgsProcessingParameterMultipleLayers <qgis.core.QgsProcessingParameterMultipleLayers>`
- ``alg.MULTILAYER``
- A set of layers
* - :class:`QgsProcessingParameterNumber <qgis.core.QgsProcessingParameterNumber>`
* - :attr:`QgsProcessingParameterNumber.Double <qgis.core.QgsProcessingParameterNumber.Double>`
- ``alg.NUMBER``
- A numerical value
* - :class:`QgsProcessingParameterPoint <qgis.core.QgsProcessingParameterPoint>`
Expand Down

0 comments on commit ac11817

Please sign in to comment.