mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 18:59:09 +00:00
Fix a typo in docstrings of Client class
This commit is contained in:
parent
29b808d33f
commit
f485f1b612
@ -187,7 +187,7 @@ class Client:
|
|||||||
enable_debug_events: :class:`bool`
|
enable_debug_events: :class:`bool`
|
||||||
Whether to enable events that are useful only for debugging gateway related information.
|
Whether to enable events that are useful only for debugging gateway related information.
|
||||||
|
|
||||||
Right now this involves :func:`on_socket_raw_receive` and :func`:`on_socket_raw_send`. If
|
Right now this involves :func:`on_socket_raw_receive` and :func:`on_socket_raw_send`. If
|
||||||
this is ``False`` then those events will not be dispatched (due to performance considerations).
|
this is ``False`` then those events will not be dispatched (due to performance considerations).
|
||||||
To enable these events, this must be set to ``True``. Defaults to ``False``.
|
To enable these events, this must be set to ``True``. Defaults to ``False``.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user