aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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::