From a3d07893f167f1a0c5613b7eec07ca14fdb1c10d Mon Sep 17 00:00:00 2001 From: vishal sodani Date: Thu, 3 Apr 2014 09:23:01 +0530 Subject: [PATCH] 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 `_