mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Fix typo - replace his with its
This commit is contained in:
@@ -93,7 +93,7 @@ Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#
|
||||
Tornado
|
||||
--------
|
||||
`Tornado <http://www.tornadoweb.org/>`_ is a scalable, non-blocking web server and web application framework with
|
||||
a relative simple usage. Tornado is known for his high performance.
|
||||
a relative simple usage. Tornado is known for its high performance.
|
||||
It was initially developed for `friendfeed <http://friendfeed.com/>`_ , a real time chat and blog system.
|
||||
|
||||
In the Jinja2 template engine example it is used to serve the rendered pages.
|
||||
|
||||
Reference in New Issue
Block a user