File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Hacking Secret Ciphers with Python
36
36
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
37
38
38
This book teaches Python programming and basic cryptography for absolute
39
- beginners. The chapters provide the source code for various ciphres , as well
39
+ beginners. The chapters provide the source code for various ciphers , as well
40
40
as programs that can break them.
41
41
42
42
`Hacking Secret Ciphers with Python <http://inventwithpython.com/hacking/ >`_
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#
93
93
Tornado
94
94
--------
95
95
`Tornado <http://www.tornadoweb.org/ >`_ is a scalable, non-blocking web server and web application framework with
96
- a relative simple usage. Tornado is known for his high performance.
96
+ a relative simple usage. Tornado is known for its high performance.
97
97
It was initially developed for `friendfeed <http://friendfeed.com/ >`_ , a real time chat and blog system.
98
98
99
99
In the Jinja2 template engine example it is used to serve the rendered pages.
You can’t perform that action at this time.
0 commit comments