From 7d103f1d32a102850eee41053309c582c111b6b8 Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Tue, 14 May 2019 00:34:19 -0400 Subject: [PATCH] [Docs] Typo fix (#2658) --- docs/framework_apikeys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework_apikeys.rst b/docs/framework_apikeys.rst index 5cb89e6b5..86a0a2e2d 100644 --- a/docs/framework_apikeys.rst +++ b/docs/framework_apikeys.rst @@ -18,7 +18,7 @@ and when accessed in the code it should be done by .. code-block:: python - await self.bot.db.api_tokens.get_raw("twitch", default={"client_id": None, "client_secret: None"}) + await self.bot.db.api_tokens.get_raw("twitch", default={"client_id": None, "client_secret": None}) Each service has its own dict of key, value pairs for each required key type. If there's only one key required then a name for the key is still required for storing and accessing.