summaryrefslogtreecommitdiff
path: root/Modules/sre.h
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2000-06-29 18:03:25 +0000
committerFredrik Lundh <fredrik@pythonware.com>2000-06-29 18:03:25 +0000
commit8094611eb8abe9f9d1e1498f36324eebabaa0a09 (patch)
treec76fec8a4878e16d4bd67717205bb9aac2814108 /Modules/sre.h
parent34a96371c3685c5631fb1bea8963fd074912bcd9 (diff)
downloadcpython-git-8094611eb8abe9f9d1e1498f36324eebabaa0a09.tar.gz
- fixed another split problem
(those semantics are weird...) - got rid of $Id$'s (for the moment, at least). in other words, there should be no more "empty" checkins. - internal: some minor cleanups.
Diffstat (limited to 'Modules/sre.h')
-rw-r--r--Modules/sre.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/sre.h b/Modules/sre.h
index 722f890499..274f085541 100644
--- a/Modules/sre.h
+++ b/Modules/sre.h
@@ -1,8 +1,7 @@
/*
* Secret Labs' Regular Expression Engine
- * $Id$
*
- * simple regular expression matching engine
+ * regular expression matching engine
*
* Copyright (c) 1997-2000 by Secret Labs AB. All rights reserved.
*