aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-07-20 10:06:48 +0100
committerGravatar Chris Lovering <[email protected]>2023-07-20 10:06:48 +0100
commitd087bec1160d46820f0dba29d14ab3a0f25d0efc (patch)
treef95efc5440af57065f53e06aeb0148b0bde247f9
parentAdd type hints to paste_service pydantic models (diff)
fixup: correct docstring wording in paste_service
-rw-r--r--pydis_core/utils/paste_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_core/utils/paste_service.py b/pydis_core/utils/paste_service.py
index 452b1434..f3d1aed8 100644
--- a/pydis_core/utils/paste_service.py
+++ b/pydis_core/utils/paste_service.py
@@ -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"``
"""