From 3dd99a769750d3982c3d719fba7efcd465906ea4 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 7 Mar 2022 00:52:46 +0100 Subject: [PATCH] Fix broken ref in migrating guide --- docs/migrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating.rst b/docs/migrating.rst index 87757aab8..a9d5f032f 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -918,7 +918,7 @@ Allowed types for the following parameters have been changed: - ``rtc_region`` in :meth:`Guild.create_voice_channel` is now of type Optional[:class:`str`]. - ``rtc_region`` in :meth:`StageChannel.edit` is now of type Optional[:class:`str`]. - ``rtc_region`` in :meth:`VoiceChannel.edit` is now of type Optional[:class:`str`]. -- ``preferred_locale`` in :meth`Guild.edit` is now of type :class:`Locale`. +- ``preferred_locale`` in :meth:`Guild.edit` is now of type :class:`Locale`. Attribute Type Changes ------------------------