Remove incorrect note about isinstance check for abc.Connectable

This commit is contained in:
jack1142 2022-02-19 02:35:54 +01:00 committed by GitHub
parent 0b77b52da2
commit de85eacbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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__ = ()