From 0fd08c6114a62541a2c060ad2b4279208b1234f7 Mon Sep 17 00:00:00 2001 From: Lagicrus Date: Sat, 4 Jan 2020 21:26:03 +0000 Subject: [PATCH] Update response.rst --- docs/sanic/response.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sanic/response.rst b/docs/sanic/response.rst index 6fb487b2..a241b7ac 100644 --- a/docs/sanic/response.rst +++ b/docs/sanic/response.rst @@ -110,7 +110,7 @@ Response without encoding the body Empty -------------- -For responding with a empty message as defined by `RFC 2616 `_ +For responding with an empty message as defined by `RFC 2616 `_ .. code-block:: python