Skip to content

Commit

Permalink
Fix numeric parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Mar 26, 2024
1 parent 8841e18 commit 54a631a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_manual/processing/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Input types
- ``alg.GEOMETRY``
- A geometry
* -
- :class:`ProcessingNumberParameterType.Integer <qgis.gui.Qgis.ProcessingNumberParameterType>`
- :attr:`QgsProcessingParameterNumber.Integer <qgis.core.QgsProcessingParameterNumber.Integer>`
- ``alg.INT``
- An integer
* - Print Layout
Expand Down Expand Up @@ -158,7 +158,7 @@ Input types
- ``alg.MULTILAYER``
- A set of layers
* - Number
- :class:`ProcessingNumberParameterType.Double <qgis.gui.Qgis.ProcessingNumberParameterType>`
- :attr:`QgsProcessingParameterNumber.Double <qgis.core.QgsProcessingParameterNumber.Double>`
- ``alg.NUMBER``
- A numerical value
* - Point
Expand Down

0 comments on commit 54a631a

Please sign in to comment.