aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-03-18 05:34:20 -0400
committerRapptz <[email protected]>2019-03-18 05:34:20 -0400
commit8ba48c14a7c59c2fc3062f3e8aea09cbbc910c16 (patch)
treefb319a874da55c6c9896d34657aa4ca656f5a64b /docs
parentAdd on_disconnect event. (diff)
downloaddiscord.py-8ba48c14a7c59c2fc3062f3e8aea09cbbc910c16.tar.xz
discord.py-8ba48c14a7c59c2fc3062f3e8aea09cbbc910c16.zip
Minor typo fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 0579cb79..db7b8d96 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -106,7 +106,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
.. function:: on_disconnect()
Called when the client has disconnected from Discord. This could happen either through
- the internet being disconnect, explicit calls to logout, or Discord terminating the connection
+ the internet being disconnected, explicit calls to logout, or Discord terminating the connection
one way or the other.
This function can be called many times.