From 194344da7d97c60c6468b0d0b4d0e5543807400b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 29 Dec 2020 14:25:53 +0100 Subject: [PATCH] docs: Change page to section in event reference --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index edf77bad1..56409f5f3 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -155,7 +155,7 @@ Opus Library Event Reference --------------- -This page outlines the different types of events listened by :class:`Client`. +This section outlines the different types of events listened by :class:`Client`. There are two ways to register an event, the first way is through the use of :meth:`Client.event`. The second way is through subclassing :class:`Client` and