Skip to content

Commit

Permalink
doc: fix typos in make-command doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Dec 2, 2024
1 parent a9582c8 commit f320830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datalad_remake/commands/make_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ class Make(ValidatedInterface):
),
doc='Label of the computation. This is a user defined name that '
'is used to identify and prioritize computations, if more than one '
'computation is registered for a file. If no label is provided, the'
'template name will be used. (Prioritization is done by '
'computation is registered for a file. If no label is provided, '
'the template name will be used. (Prioritization is done by '
'reading the git configuration `datalad.make.priority` (which '
'should contain a comma-separated list of labels). If this '
'configuration key does not exist, the priority list is read from '
'the file `<$dataset root>/.datalad/make/priority`. If that does '
'the file `$DATASET/.datalad/make/priority`. If that does not exist '
'not exist either, a random computation is chosen.)',
),
'branch': Parameter(
Expand Down

0 comments on commit f320830

Please sign in to comment.