From d087bec1160d46820f0dba29d14ab3a0f25d0efc Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 20 Jul 2023 10:06:48 +0100 Subject: fixup: correct docstring wording in paste_service --- pydis_core/utils/paste_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`` """ -- cgit v1.2.3