diff options
author | Guido van Rossum <guido@python.org> | 1995-06-14 22:49:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-06-14 22:49:20 (GMT) |
commit | ac56297421437d329494223651de2465301d7dc4 (patch) | |
tree | 1af275535f5346b493ed112f51549069edf02a2c /Modules | |
parent | 31affb2e42eb49d798469777ef3313d5af0c6780 (diff) | |
download | cpython-ac56297421437d329494223651de2465301d7dc4.zip cpython-ac56297421437d329494223651de2465301d7dc4.tar.gz cpython-ac56297421437d329494223651de2465301d7dc4.tar.bz2 |
edited RCS cruft
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/soundex.c | 2 |
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. |