From b98cc3bd2c41b8b9b0c0808cf8c7df32d845b692 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Feb 2016 00:48:45 -0500 Subject: [PATCH] fail --- 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 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 --------