From 653ac7ee1421fbd0135ff4e68736b7320c4fcdb5 Mon Sep 17 00:00:00 2001 From: Nikita Antonenkov Date: Sat, 6 Apr 2019 22:23:50 +0300 Subject: [PATCH] Fix app.patch decorator docstring typo --- sanic/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/app.py b/sanic/app.py index a32d924c..94eb8bed 100644 --- a/sanic/app.py +++ b/sanic/app.py @@ -332,7 +332,7 @@ class Sanic: name=None, ): """ - Add an API URL under the **DELETE** *HTTP* method + Add an API URL under the **PATCH** *HTTP* method :param uri: URL to be tagged to **PATCH** method of *HTTP* :param host: Host IP or FQDN for the service to use