Make File docstring raw for Python 3.9 compatibility

This commit is contained in:
TicClick 2020-12-11 09:22:36 +01:00 committed by GitHub
parent 52d587d286
commit a4b20d08c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::