diff options
| author | TicClick <[email protected]> | 2020-12-11 09:22:36 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-11 03:22:36 -0500 |
| commit | a4b20d08c33814de80b0591cd1cbe0ec633df59a (patch) | |
| tree | eacfc771e57a666c52fd521e7506e08835e364ad | |
| parent | Allow PartialMessage to work with DM channels as well (diff) | |
| download | discord.py-a4b20d08c33814de80b0591cd1cbe0ec633df59a.tar.xz discord.py-a4b20d08c33814de80b0591cd1cbe0ec633df59a.zip | |
Make File docstring raw for Python 3.9 compatibility
| -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 ddee82cb..9d1a6ff1 100644 --- a/discord/file.py +++ b/discord/file.py @@ -28,7 +28,7 @@ import os.path import io class File: - """A parameter object used for :meth:`abc.Messageable.send` + r"""A parameter object used for :meth:`abc.Messageable.send` for sending file objects. .. note:: |