Skip to content

Commit 3d41e65

Browse files
committed
Properly highlight None
1 parent 7a1a8cd commit 3d41e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/ext/commands/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class TranslatorError(CommandError):
214214
Attributes
215215
----------
216216
original: :class:`Exception` | None
217-
The original exception that caused this error. Could be None.
217+
The original exception that caused this error. Could be ``None``.
218218
"""
219219

220220
def __init__(self, msg: str | None = None, original: Exception | None = None) -> None:

0 commit comments

Comments
 (0)