# HG changeset patch # User Brian Neal # Date 1338426495 18000 # Node ID 560ded21dcd9e86987495543e3ed0df097247b2c # Parent 62e0d0e2628b570c39af15eacfd158a1b85f7da3 Cleaned up some awkward wording in the README. diff -r 62e0d0e2628b -r 560ded21dcd9 README.txt --- a/README.txt Wed May 30 19:16:22 2012 -0500 +++ b/README.txt Wed May 30 20:08:15 2012 -0500 @@ -15,10 +15,10 @@ Overview -------- -**Py-Enigma** is a Python 3 library for simulating the `Enigma machines`_ used by -the German armed forces (Wehrmacht) during World War 2. Py-Enigma makes it -possible to both encrypt and decrypt messages that can be read by, or written -to, actual Enigma machines used by the German army (Heer), air force +**Py-Enigma** is a Python 3 library for simulating the `Enigma machines`_ used +by the German armed forces (Wehrmacht) during World War 2. Py-Enigma makes it +possible to both encrypt and decrypt messages that can be sent to, or received +from, actual Enigma machines used by the German army (Heer), air force (Luftwaffe), and navy (Kriegsmarine). It is my hope that library will be useful to Enigma enthusiasts, historians, and @@ -115,6 +115,7 @@ $ python setup.py install + Documentation ------------- @@ -123,6 +124,7 @@ the source code. I commented it heavily so I could understand how the Enigma machine works. + Support -------