Skip to content

Commit

Permalink
Fix doc typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Jun 23, 2023
1 parent 3300403 commit c438aa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/lsst/ctrl/mpexec/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def makePipelineActions(
configFileFlags: list[str] = config_file_option.opts(),
instrumentFlags: list[str] = instrument_option.opts(),
) -> list[_PipelineAction]:
"""Make a list of pipline actions from a list of option flags and
"""Make a list of pipeline actions from a list of option flags and
values.
Parameters
Expand All @@ -105,19 +105,19 @@ def makePipelineActions(
The arguments, option flags, and option values in the order they were
passed in on the command line.
taskFlags : `list` [`str`], optional
The option flags to use to recoginze a task action, by default
The option flags to use to recognize a task action, by default
task_option.opts()
deleteFlags : `list` [`str`], optional
The option flags to use to recoginze a delete action, by default
The option flags to use to recognize a delete action, by default
delete_option.opts()
configFlags : `list` [`str`], optional
The option flags to use to recoginze a config action, by default
The option flags to use to recognize a config action, by default
config_option.opts()
configFileFlags : `list` [`str`], optional
The option flags to use to recoginze a config-file action, by default
The option flags to use to recognize a config-file action, by default
config_file_option.opts()
instrumentFlags : `list` [`str`], optional
The option flags to use to recoginze an instrument action, by default
The option flags to use to recognize an instrument action, by default
instrument_option.opts()
Returns
Expand Down

0 comments on commit c438aa2

Please sign in to comment.