Merge pull request #247 from The-Compiler/spelling

Fix DELETE spelling in docstring.
This commit is contained in:
John Sheehan
2015-08-31 12:46:11 -07:00
+1 -1
View File
@@ -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'))