mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Remove incorrect note about isinstance check for abc.Connectable
This commit is contained in:
parent
0b77b52da2
commit
de85eacbf5
@ -1539,11 +1539,6 @@ class Connectable(Protocol):
|
||||
|
||||
- :class:`~discord.VoiceChannel`
|
||||
- :class:`~discord.StageChannel`
|
||||
|
||||
Note
|
||||
----
|
||||
This ABC is not decorated with :func:`typing.runtime_checkable`, so will fail :func:`isinstance`/:func:`issubclass`
|
||||
checks.
|
||||
"""
|
||||
|
||||
__slots__ = ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user