Update python/processing/algfactory.py

Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
This commit is contained in:
Nyall Dawson 2025-04-11 05:42:20 +10:00
parent 4de4173841
commit 1046ecccbb

View File

@ -433,7 +433,7 @@ class ProcessingAlgFactory:
def output(self, type, *args, **kwargs):
"""
Define a output parameter for this algorithm using @alg.output.
Apart from `type` this method will take all arguments and pass them though to the correct `QgsProcessingOutputDefinition ` type.
Apart from `type` this method will take all arguments and pass them though to the correct `QgsProcessingOutputDefinition` type.
Types: