diff options
| author | NCPlayz <[email protected]> | 2019-05-18 06:04:54 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-07 19:27:46 -0400 |
| commit | 3c9bcc285147154a2980f6e661efdfa676672b6a (patch) | |
| tree | 657bafa75e4e0d45361e394443ea932ad70e86a7 /discord/file.py | |
| parent | Added comment for/redo system information (diff) | |
| download | discord.py-3c9bcc285147154a2980f6e661efdfa676672b6a.tar.xz discord.py-3c9bcc285147154a2980f6e661efdfa676672b6a.zip | |
Improve documentation
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. |