mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-25 08:25:28 -04:00
Fix typo in the docstring of FeatureDisabled (#37)
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ class ServerError(RevoltError):
|
||||
"Internal server error"
|
||||
|
||||
class FeatureDisabled(RevoltError):
|
||||
"""Base class for any any feature disabled"""
|
||||
"""Base class for any feature disabled errors"""
|
||||
|
||||
class AutumnDisabled(FeatureDisabled):
|
||||
"""The autumn feature is disabled"""
|
||||
|
||||
Reference in New Issue
Block a user