From 17b8ef09c62aec9e8355ee4154e01415b992c7bf Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 8 Feb 2020 02:15:10 +0100 Subject: [PATCH] Update guide_publish_cogs.rst (#3520) --- docs/guide_publish_cogs.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide_publish_cogs.rst b/docs/guide_publish_cogs.rst index 64be6b1b7..236130624 100644 --- a/docs/guide_publish_cogs.rst +++ b/docs/guide_publish_cogs.rst @@ -67,7 +67,8 @@ Keys specific to the cog info.json (case sensitive) - ``disabled`` (bool) - Determines if a cog is available for install. -- ``required_cogs`` (map of cogname to repo URL) - A map of required cogs that this cog depends on. +- ``required_cogs`` (dict mapping a cog name to repo URL) - A dict of required cogs that this cog depends on + in the format ``{cog_name : repo_url}``. Downloader will not deal with this functionality but it may be useful for other cogs. - ``requirements`` (list of strings) - list of required libraries that are