Skip to content

Commit

Permalink
docs: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesteery authored and Julien00859 committed Apr 22, 2021
1 parent 3cab767 commit 815b66b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ def post_new():
for the snippet.
:param code: (form) required snippet text, can alternativaly be sent as a Multi-Part utf-8 file
:param lang: (form) optionnal language
:param maxusage: (form) optionnal maximum download of the snippet before it is deleted
:param lifetime: (form) optionnal time (defined in seconds) the snippet is keep in the database before it is deleted
:param parentid: (form) optionnal snippet id this new snippet is a duplicate of
:param lang: (form) optional language
:param maxusage: (form) optional maximum download of the snippet before it is deleted
:param lifetime: (form) optional time (defined in seconds) the snippet is keep in the database before it is deleted
:param parentid: (form) optional snippet id this new snippet is a duplicate of
:param token: (form) optional the "admin" token allows you to delete your snippet
:raises HTTPError: code 411 when the ``Content-Length`` http header is missing
Expand Down

0 comments on commit 815b66b

Please sign in to comment.