Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Feb 23, 2024
1 parent dc4ed37 commit 0e3db9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actinia_core/models/process_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ class Executable(Schema):
"type": "array",
"items": {"type": "string"},
"description": "A list of input parameters of a GRASS GIS module."
"By setting module_id::stdout(::filter) the stdout of another module "
"can be used as input for the current module. E.g. "
"By setting module_id::stdout(::filter) the stdout of another "
"module can be used as input for the current module. E.g. "
"'r_univar_module_id::stdout::max' can be used to do a rescaling "
"of a raster.",
},
Expand Down

0 comments on commit 0e3db9e

Please sign in to comment.