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