mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Fix DELETE spelling in docstring.
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ def view_patch():
|
||||
|
||||
@app.route('/delete', methods=('DELETE',))
|
||||
def view_delete():
|
||||
"""Returns DETLETE Data."""
|
||||
"""Returns DELETE Data."""
|
||||
|
||||
return jsonify(get_dict(
|
||||
'url', 'args', 'form', 'data', 'origin', 'headers', 'files', 'json'))
|
||||
|
||||
Reference in New Issue
Block a user