mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-04 02:52:33 +00:00
Fix typo in http_trace parameter documentation
This commit is contained in:
parent
77ec49782a
commit
13d19dc5ce
@ -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 <https://docs.aiohttp.org/en/stable/client_advanced.html#client-tracing>`_.
|
||||
`aiohttp documentation <https://docs.aiohttp.org/en/stable/client_advanced.html#client-tracing>`_.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user