This commit is contained in:
2016-02-22 00:48:45 -05:00
parent 23d13f3762
commit b98cc3bd2c
+1 -1
View File
@@ -95,7 +95,7 @@ Tornado
`Tornado <http://www.tornadoweb.org/>`_ 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
--------