From a3d07893f167f1a0c5613b7eec07ca14fdb1c10d Mon Sep 17 00:00:00 2001 From: vishal sodani Date: Thu, 3 Apr 2014 09:23:01 +0530 Subject: [PATCH 1/3] Fix spelling and grammatical mistake --- docs/intro/learning.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index a8ae73e..6d671f1 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -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 `_ @@ -64,7 +64,7 @@ Dive Into Python 3 Dive Into Python 3 is a good book for those ready to jump in to Python 3. It's a good read if you are moving from Python 2 to 3 or if you already have some -experience programming in another language. +experience in programming in another language. `Dive Into Python 3 `_ From 572a36867cbe2bcb742d1742a0cd1f1a7f2fd906 Mon Sep 17 00:00:00 2001 From: vishal sodani Date: Thu, 3 Apr 2014 09:37:58 +0530 Subject: [PATCH 2/3] Fix typo - replace his with its --- docs/scenarios/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index d43ff0e..2d2ab51 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -93,7 +93,7 @@ Support can be found on its `mailing list `_ 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 `_ , a real time chat and blog system. In the Jinja2 template engine example it is used to serve the rendered pages. From 272d300cebd31bb7d4f0015f882cfa3556018c71 Mon Sep 17 00:00:00 2001 From: vishal sodani Date: Thu, 3 Apr 2014 22:18:54 +0530 Subject: [PATCH 3/3] Reverse change to a line --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 6d671f1..1cfc9f4 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -64,7 +64,7 @@ Dive Into Python 3 Dive Into Python 3 is a good book for those ready to jump in to Python 3. It's a good read if you are moving from Python 2 to 3 or if you already have some -experience in programming in another language. +experience programming in another language. `Dive Into Python 3 `_