From 1cd31a4501c48dbeae272de7394fa39ede7b10dd Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 13 Jun 2024 20:46:23 +0200 Subject: runtime(doc): update return type for job_info() related: #14982 Signed-off-by: Christian Brabandt --- runtime/doc/channel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt index ece06af5ba..f294679551 100644 --- a/runtime/doc/channel.txt +++ b/runtime/doc/channel.txt @@ -956,7 +956,7 @@ job_info([{job}]) *job_info()* Can also be used as a |method|: > GetJob()->job_info() < - Return type: dict or list depending on whether {job} + Return type: dict or list depending on whether {job} was given -- cgit v1.2.3