Skip to content

Commit df903d6

Browse files
committed
wording change
1 parent b84c102 commit df903d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mystbin/backend/routers/pastes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ async def edit_paste(
276276

277277
return UJSONResponse(dict(paste[0]))
278278

279-
desc = f"""Deletes pastes on MystBin.
279+
desc = f"""Deletes a paste.
280280
You must be the author of the paste (IE, the paste must be created under your account).
281281
282282
* Requires authentication.
@@ -339,7 +339,7 @@ async def delete_paste(request: Request, paste_id: str) -> Union[UJSONResponse,
339339
403: {"model": errors.Forbidden},
340340
},
341341
status_code=200,
342-
name="Delete pastes",
342+
name="Delete multiple pastes",
343343
description=desc
344344
)
345345
@limit("deletepaste")

0 commit comments

Comments
 (0)