Skip to content

Commit ed24f18

Browse files
committed
Merge pull request realpython#398 from vishalsodani/master
Fix spelling and grammatical mistakes
2 parents 31cde89 + 272d300 commit ed24f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/intro/learning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Hacking Secret Ciphers with Python
3636
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3737

3838
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
4040
as programs that can break them.
4141

4242
`Hacking Secret Ciphers with Python <http://inventwithpython.com/hacking/>`_

docs/scenarios/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#
9393
Tornado
9494
--------
9595
`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.
9797
It was initially developed for `friendfeed <http://friendfeed.com/>`_ , a real time chat and blog system.
9898

9999
In the Jinja2 template engine example it is used to serve the rendered pages.

0 commit comments

Comments
 (0)