We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48cb8b commit d087becCopy full SHA for d087bec
pydis_core/utils/paste_service.py
@@ -35,7 +35,7 @@ class PasteFile(BaseModel):
35
36
Args:
37
content (:obj:`str`): The content of the file.
38
- name (:obj:`str`): The file name of the file to upload. Defaults to ``""``
+ name (:obj:`str`): The name of the file to upload. Defaults to ``""``
39
lexer (:obj:`str`): The lexer to use when applying text formatting. Defaults to ``"python"``
40
"""
41
0 commit comments