Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1e3431

Browse files
committed
Minor patch
1 parent 768e5da commit c1e3431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class HTTPMETHOD:
8181
POST = "POST"
8282
HEAD = "HEAD"
8383
PUT = "PUT"
84-
DELETE = "DETELE"
84+
DELETE = "DELETE"
8585
TRACE = "TRACE"
8686
OPTIONS = "OPTIONS"
8787
CONNECT = "CONNECT"

0 commit comments

Comments
 (0)