Browse Source

Fix typo in http_trace parameter documentation

pull/7723/head
will 3 years ago
committed by GitHub
parent
commit
13d19dc5ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/client.py

2
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 <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…
Cancel
Save