Skip to content

Commit 6f429e5

Browse files
authored
Merge pull request #362 from simvue-io/hotfix/docstring-tidy
Do not use semicolons in type descriptions
2 parents fefdb29 + cd0a984 commit 6f429e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simvue/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ def init(
486486
how often to publish resource metrics, if None these will not be published
487487
visibility : Literal['public', 'tenant'] | list[str], optional
488488
set visibility options for this run, either:
489-
* public: run viewable to all.
490-
* tenant: run viewable to all within the current tenant.
489+
* public - run viewable to all.
490+
* tenant - run viewable to all within the current tenant.
491491
* A list of usernames with which to share this run
492492
493493
Returns

0 commit comments

Comments
 (0)