Skip to content

Commit fb45ce7

Browse files
authored
Fix quotation marks
1 parent 2cbe7c3 commit fb45ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ app backends and microservices. Falcon encourages the REST architectural style o
102102
mapping URIs to resources, trying to do as little as possible while remaining highly effective.
103103

104104
Falcon highlights four main focuses: speed, reliability, flexibility and debuggability.
105-
It implements HTTP through responders such as ``on_get()``, ``on_put()``, etc.
105+
It implements HTTP through "responders" such as ``on_get()``, ``on_put()``, etc.
106106
These responders receive intuitive request and response objects.
107107

108108
Tornado

0 commit comments

Comments
 (0)