diff options
Diffstat (limited to 'discord/file.py')
| -rw-r--r-- | discord/file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/file.py b/discord/file.py index 7240b884..8ba3a525 100644 --- a/discord/file.py +++ b/discord/file.py @@ -33,7 +33,7 @@ class File: Attributes ----------- - fp: Union[:class:`str`, BinaryIO] + fp: Union[:class:`str`, :class:`io.BufferedIOBase`] A file-like object opened in binary mode and read mode or a filename representing a file in the hard drive to open. |