Skip to content

Commit 8d1ee46

Browse files
authored
Fix typo in the docstring of FeatureDisabled (#37)
1 parent 8b7d850 commit 8d1ee46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

revolt/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ServerError(RevoltError):
1616
"Internal server error"
1717

1818
class FeatureDisabled(RevoltError):
19-
"""Base class for any any feature disabled"""
19+
"""Base class for any feature disabled errors"""
2020

2121
class AutumnDisabled(FeatureDisabled):
2222
"""The autumn feature is disabled"""

0 commit comments

Comments
 (0)