aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTicClick <[email protected]>2020-12-11 09:22:36 +0100
committerGitHub <[email protected]>2020-12-11 03:22:36 -0500
commita4b20d08c33814de80b0591cd1cbe0ec633df59a (patch)
treeeacfc771e57a666c52fd521e7506e08835e364ad
parentAllow PartialMessage to work with DM channels as well (diff)
downloaddiscord.py-a4b20d08c33814de80b0591cd1cbe0ec633df59a.tar.xz
discord.py-a4b20d08c33814de80b0591cd1cbe0ec633df59a.zip
Make File docstring raw for Python 3.9 compatibility
-rw-r--r--discord/file.py2
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::