[Python-checkins] r75341 - python/branches/py3k/Demo/scripts/README

georg.brandl python-checkins at python.org
Sun Oct 11 10:43:08 CEST 2009


Author: georg.brandl
Date: Sun Oct 11 10:43:08 2009
New Revision: 75341

Log:
Fix README description.

Modified:
   python/branches/py3k/Demo/scripts/README

Modified: python/branches/py3k/Demo/scripts/README
==============================================================================
--- python/branches/py3k/Demo/scripts/README	(original)
+++ python/branches/py3k/Demo/scripts/README	Sun Oct 11 10:43:08 2009
@@ -13,7 +13,7 @@
 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


More information about the Python-checkins mailing list