Skip to content

Commit d087bec

Browse files
committed
fixup: correct docstring wording in paste_service
1 parent d48cb8b commit d087bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_core/utils/paste_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PasteFile(BaseModel):
3535
3636
Args:
3737
content (:obj:`str`): The content of the file.
38-
name (:obj:`str`): The file name of the file to upload. Defaults to ``""``
38+
name (:obj:`str`): The name of the file to upload. Defaults to ``""``
3939
lexer (:obj:`str`): The lexer to use when applying text formatting. Defaults to ``"python"``
4040
"""
4141

0 commit comments

Comments
 (0)