From bef636e1e37c39950a0c408401dcc714540570a2 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 2 Jun 2017 16:51:58 -0400 Subject: [PATCH] Fix mistake in migrating docs. --- docs/migrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating.rst b/docs/migrating.rst index 947889b20..0247ad26d 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -528,7 +528,7 @@ After: :: async def on_member_ban(guild, user) As part of the change, the event can either receive a :class:`User` or :class:`Member`. To help in the cases that have -:class:`User`, the :class:`Guild` is provided as +:class:`User`, the :class:`Guild` is provided as the first parameter. The ``on_channel_`` events have received a type level split (see :ref:`migrating_1_0_channel_split`).