We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1a8cd commit 3d41e65Copy full SHA for 3d41e65
twitchio/ext/commands/exceptions.py
@@ -214,7 +214,7 @@ class TranslatorError(CommandError):
214
Attributes
215
----------
216
original: :class:`Exception` | None
217
- The original exception that caused this error. Could be None.
+ The original exception that caused this error. Could be ``None``.
218
"""
219
220
def __init__(self, msg: str | None = None, original: Exception | None = None) -> None:
0 commit comments