From 680d14bd31a04626ec0149d2e67c774462ccafd3 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 20 Nov 2023 10:57:50 -0500 Subject: [PATCH] 19830: Update arvados.util._deprecated Markdown style Arvados-DCO-1.1-Signed-off-by: Brett Smith --- sdk/python/arvados/util.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sdk/python/arvados/util.py b/sdk/python/arvados/util.py index 50f44e402c..cd9b19ce63 100644 --- a/sdk/python/arvados/util.py +++ b/sdk/python/arvados/util.py @@ -45,12 +45,11 @@ def _deprecated(version=None, preferred=None): If the following arguments are given, they'll be included in the notices: - preferred: str | None - : The name of an alternative that users should use instead. + * preferred: str | None --- The name of an alternative that users should + use instead. - version: str | None - : The version of Arvados when the callable is scheduled to be - removed. + * version: str | None --- The version of Arvados when the callable is + scheduled to be removed. """ if version is None: version = '' -- 2.39.5