From f32083094c3913048e8f3af916ddea195f2aa972 Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Mon, 2 Dec 2024 10:53:51 +0100 Subject: [PATCH] doc: fix typos in make-command doc-string --- datalad_remake/commands/make_cmd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datalad_remake/commands/make_cmd.py b/datalad_remake/commands/make_cmd.py index 3e512a7..651908a 100644 --- a/datalad_remake/commands/make_cmd.py +++ b/datalad_remake/commands/make_cmd.py @@ -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(