Use obj reference target instead of data for typing objects

This commit is contained in:
Rapptz
2025-10-14 17:42:22 -04:00
parent 91bf014ddf
commit f9989e8faf
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -870,7 +870,7 @@ class BotMissingPermissions(CheckFailure):
class BadUnionArgument(UserInputError):
"""Exception raised when a :data:`typing.Union` converter fails for all
"""Exception raised when a :obj:`typing.Union` converter fails for all
its associated types.
This inherits from :exc:`UserInputError`