commit | 7044b11818cb81d1df0573b3cfe8d9b90befce9b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jan 03 21:04:55 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jan 03 21:04:55 2009 +0000 |
tree | 0197d5c9c583b486559a4258e6719984629e9dcd | |
parent | c62ef8b4d9648c36218cb0142a6395a00c11885e [diff] [blame] |
Remove tabs from the documentation.
diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index 4275ffb..051e7d7 100644 --- a/Doc/howto/regex.rst +++ b/Doc/howto/regex.rst
@@ -917,7 +917,7 @@ InternalDate = re.compile(r'INTERNALDATE "' r'(?P<day>[ 123][0-9])-(?P<mon>[A-Z][a-z][a-z])-' - r'(?P<year>[0-9][0-9][0-9][0-9])' + r'(?P<year>[0-9][0-9][0-9][0-9])' r' (?P<hour>[0-9][0-9]):(?P<min>[0-9][0-9]):(?P<sec>[0-9][0-9])' r' (?P<zonen>[-+])(?P<zoneh>[0-9][0-9])(?P<zonem>[0-9][0-9])' r'"')