Skip to content

Commit 0451051

Browse files
doc: improve NamespaceIDGlob description (#6637)
1 parent 70da27a commit 0451051

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cylc/flow/network/schema.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,9 +1653,11 @@ class NamespaceName(String):
16531653

16541654

16551655
class NamespaceIDGlob(String):
1656-
"""A glob search for an active task or family.
1656+
"""A task or family ID e.g. `2000/foo`.
16571657
1658-
Can use the wildcard character (`*`), e.g `foo*` might match `foot`.
1658+
Globs can be used to match active tasks or families.
1659+
1660+
E.g `2*/foo*` might match `2000/foot`.
16591661
"""
16601662

16611663

0 commit comments

Comments
 (0)