summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-06-14 22:49:20 (GMT)
committerGuido van Rossum <guido@python.org>1995-06-14 22:49:20 (GMT)
commitac56297421437d329494223651de2465301d7dc4 (patch)
tree1af275535f5346b493ed112f51549069edf02a2c
parent31affb2e42eb49d798469777ef3313d5af0c6780 (diff)
downloadcpython-ac56297421437d329494223651de2465301d7dc4.zip
cpython-ac56297421437d329494223651de2465301d7dc4.tar.gz
cpython-ac56297421437d329494223651de2465301d7dc4.tar.bz2
edited RCS cruft
-rw-r--r--Modules/soundex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/soundex.c b/Modules/soundex.c
index b481e1c..adbf176 100644
--- a/Modules/soundex.c
+++ b/Modules/soundex.c
@@ -1,5 +1,5 @@
/*
- $Header$
+ [Header: soundexmodule.c,v 1.2 95/05/02 15:40:45 dwwillia Exp ]
Perform soundex comparisons on strings.