summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/README
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-11 08:49:57 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-11 08:49:57 (GMT)
commitedbc50cd0eb8156ba22d056ecd750d76f7651ec5 (patch)
tree87a55614bdfb2273b61113fba600a4af4b981c06 /Demo/scripts/README
parent5f8814dabd35b2e349ab2c9ea24c7275d8d4b020 (diff)
downloadcpython-edbc50cd0eb8156ba22d056ecd750d76f7651ec5.zip
cpython-edbc50cd0eb8156ba22d056ecd750d76f7651ec5.tar.gz
cpython-edbc50cd0eb8156ba22d056ecd750d76f7651ec5.tar.bz2
Merged revisions 75344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75344 | georg.brandl | 2009-10-11 10:48:28 +0200 (So, 11 Okt 2009) | 1 line Update primes script. ........
Diffstat (limited to 'Demo/scripts/README')
-rw-r--r--Demo/scripts/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README
index 18f0de8..bf0f142 100644
--- a/Demo/scripts/README
+++ b/Demo/scripts/README
@@ -2,7 +2,7 @@ This directory contains a collection of executable Python scripts.
See also the Tools/scripts directory!
-beer.py Print the classic 'bottles of beer' list.
+beer.py Print the classic 'bottles of beer' list
eqfix.py Fix .py files to use the correct equality test operator
fact.py Factorize numbers
find-uname.py Search for Unicode characters using regexps