Skip to content

Commit

Permalink
fixup: correct docstring wording in paste_service
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jul 20, 2023
1 parent d48cb8b commit d087bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydis_core/utils/paste_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PasteFile(BaseModel):
Args:
content (:obj:`str`): The content of the file.
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 ``""``
lexer (:obj:`str`): The lexer to use when applying text formatting. Defaults to ``"python"``
"""

Expand Down

0 comments on commit d087bec

Please sign in to comment.