diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index e775f08..09bb802 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -95,7 +95,7 @@ Tornado `Tornado `_ is an asyncronous web framework for Python that has its own event loop. This allows it to natively support WebSockets, for example. Well-written Tornado applications are known to -have excellent performance charecteristics. +have excellent performance characteristics. Pyramid --------