From 75988656099b5e631aec49c0f3318dd2cbbdaef4 Mon Sep 17 00:00:00 2001 From: Aaron Hennessey Date: Mon, 5 Jul 2021 00:14:33 +0100 Subject: [PATCH] Fix typo in stage_instance.py --- discord/stage_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/stage_instance.py b/discord/stage_instance.py index a6479d751..338e5ddcf 100644 --- a/discord/stage_instance.py +++ b/discord/stage_instance.py @@ -51,7 +51,7 @@ class StageInstance(Hashable): .. describe:: x == y - Checks if two stagea instances are equal. + Checks if two stage instances are equal. .. describe:: x != y