Browse Source
Make File docstring raw for Python 3.9 compatibility
pull/6160/head
TicClick
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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:: |
|
|
|