diff options
| author | Aaron Hennessey <[email protected]> | 2021-07-05 00:14:33 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 19:14:33 -0400 |
| commit | 75988656099b5e631aec49c0f3318dd2cbbdaef4 (patch) | |
| tree | 69a69cd8a11ff8237b7585f00834314ba697d837 | |
| parent | Fix typo in voice_client.py (diff) | |
| download | discord.py-75988656099b5e631aec49c0f3318dd2cbbdaef4.tar.xz discord.py-75988656099b5e631aec49c0f3318dd2cbbdaef4.zip | |
Fix typo in stage_instance.py
| -rw-r--r-- | discord/stage_instance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/stage_instance.py b/discord/stage_instance.py index a6479d75..338e5ddc 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 |