mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-01 04:52:21 +00:00
Use obj reference target instead of data for typing objects
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user