From: Christian Brabandt Date: Thu, 13 Jun 2024 18:46:23 +0000 (+0200) Subject: runtime(doc): update return type for job_info() X-Git-Tag: v9.1.0483~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd31a4501c48dbeae272de7394fa39ede7b10dd;p=thirdparty%2Fvim.git runtime(doc): update return type for job_info() related: #14982 Signed-off-by: Christian Brabandt --- 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