diff options
author | Georg Brandl <georg@python.org> | 2009-10-11 08:43:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-11 08:43:08 (GMT) |
commit | be0ee2b2fd9761d43f53605fd8757bfd8660e03e (patch) | |
tree | aced57372986e48576f5d46cad4903c7ce3d64c6 /Demo/scripts | |
parent | 2cbd09ca7e8250ea162d1fbb3bcee8c3c603902e (diff) | |
download | cpython-be0ee2b2fd9761d43f53605fd8757bfd8660e03e.zip cpython-be0ee2b2fd9761d43f53605fd8757bfd8660e03e.tar.gz cpython-be0ee2b2fd9761d43f53605fd8757bfd8660e03e.tar.bz2 |
Fix README description.
Diffstat (limited to 'Demo/scripts')
-rw-r--r-- | Demo/scripts/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README index d8434e8..6c8c635 100644 --- a/Demo/scripts/README +++ b/Demo/scripts/README @@ -13,7 +13,7 @@ makedir.py Like mkdir -p markov.py Markov chain simulation of words or characters mboxconvvert.py Convert MH or MMDF mailboxes to unix mailbox format mkrcs.py Fix symlinks named RCS into parallel tree -morse.py Produce morse code (audible or on AIFF file) +morse.py Produce morse code (as an AIFF file) pi.py Print all digits of pi -- given enough time and memory pp.py Emulate some Perl command line options primes.py Print prime numbers |