mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #398 from vishalsodani/master
Fix spelling and grammatical mistakes
This commit is contained in:
@@ -36,7 +36,7 @@ Hacking Secret Ciphers with Python
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This book teaches Python programming and basic cryptography for absolute
|
||||
beginners. The chapters provide the source code for various ciphres, as well
|
||||
beginners. The chapters provide the source code for various ciphers, as well
|
||||
as programs that can break them.
|
||||
|
||||
`Hacking Secret Ciphers with Python <http://inventwithpython.com/hacking/>`_
|
||||
|
||||
@@ -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