From 8ba48c14a7c59c2fc3062f3e8aea09cbbc910c16 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 18 Mar 2019 05:34:20 -0400 Subject: [PATCH] Minor typo fix. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 0579cb79d..db7b8d962 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.