From fb45ce7ef90365d44cb45953215174fc7699f633 Mon Sep 17 00:00:00 2001 From: Anna Lewis Date: Thu, 24 May 2018 20:18:58 -0600 Subject: [PATCH] Fix quotation marks --- docs/scenarios/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index c3f59f9..db39c49 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -102,7 +102,7 @@ app backends and microservices. Falcon encourages the REST architectural style o mapping URIs to resources, trying to do as little as possible while remaining highly effective. Falcon highlights four main focuses: speed, reliability, flexibility and debuggability. -It implements HTTP through “responders” such as ``on_get()``, ``on_put()``, etc. +It implements HTTP through "responders" such as ``on_get()``, ``on_put()``, etc. These responders receive intuitive request and response objects. Tornado