From cd0a98420390011fe880ea4f295d530f58749894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Zar=C4=99bski?= Date: Thu, 30 May 2024 10:18:10 +0100 Subject: [PATCH] Do not use semicolons in type descriptions --- simvue/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simvue/run.py b/simvue/run.py index 386db368..7939d9ea 100644 --- a/simvue/run.py +++ b/simvue/run.py @@ -486,8 +486,8 @@ def init( how often to publish resource metrics, if None these will not be published visibility : Literal['public', 'tenant'] | list[str], optional set visibility options for this run, either: - * public: run viewable to all. - * tenant: run viewable to all within the current tenant. + * public - run viewable to all. + * tenant - run viewable to all within the current tenant. * A list of usernames with which to share this run Returns