Skip to content

Commit 1bfb31f

Browse files
committed
Fix symlink dirs docs
1 parent e552763 commit 1bfb31f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cylc/flow/cfgspec/globalcfg.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,8 +1278,8 @@ def default_for(
12781278
be created in ``<this-path>/cylc-run/<workflow-id>``
12791279
and a symbolic link will be created from
12801280
``$HOME/cylc-run/<workflow-id>``.
1281-
If not specified the workflow run directory will be created
1282-
in ``$HOME/cylc-run/<workflow-id>``.
1281+
If not specified, the workflow run directory will be
1282+
created in ``$HOME/cylc-run/<workflow-id>``.
12831283
All the workflow files and the ``.service`` directory get
12841284
installed into this directory.
12851285
@@ -1289,13 +1289,12 @@ def default_for(
12891289
Conf(folder, VDR.V_STRING, None, desc=f"""
12901290
Alternative location for the {folder} dir.
12911291
1292-
If specified the workflow {folder} directory will
1292+
If specified, the workflow {folder} directory will
12931293
be created in
12941294
``<this-path>/cylc-run/<workflow-id>/{folder}``
12951295
and a symbolic link will be created from
12961296
``$HOME/cylc-run/<workflow-id>/{folder}``.
1297-
If not specified the workflow log directory will
1298-
be created in
1297+
If not specified, the directory will be created in
12991298
``$HOME/cylc-run/<workflow-id>/{folder}``.
13001299
13011300
.. versionadded:: {versionadded}

0 commit comments

Comments
 (0)