From 13d19dc5ce5588b1e5d49556af5c5739ebea5d4a Mon Sep 17 00:00:00 2001 From: will <33510837+danrfq@users.noreply.github.com> Date: Fri, 18 Mar 2022 21:49:24 +0700 Subject: [PATCH] Fix typo in http_trace parameter documentation --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index aef69c023..9a227a40c 100644 --- a/discord/client.py +++ b/discord/client.py @@ -193,7 +193,7 @@ class Client: http_trace: :class:`aiohttp.TraceConfig` The trace configuration to use for tracking HTTP requests the library does using ``aiohttp``. This allows you to check requests the library is using. For more information, check the - `aiottp documentation `_. + `aiohttp documentation `_. .. versionadded:: 2.0