Skip to content

Commit

Permalink
Fix a typo in docstrings of Client class
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav Singh committed Aug 27, 2021
1 parent 29b808d commit f485f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Client:
enable_debug_events: :class:`bool`
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).
To enable these events, this must be set to ``True``. Defaults to ``False``.
Expand Down

0 comments on commit f485f1b

Please sign in to comment.