summaryrefslogtreecommitdiff
path: root/paste/util
diff options
context:
space:
mode:
authorChristoph Zwerschke <cito@online.de>2010-08-19 18:35:39 +0200
committerChristoph Zwerschke <cito@online.de>2010-08-19 18:35:39 +0200
commit90a1e81e6c4635517143a2e846baeac66eb7d4b7 (patch)
treeb5b4f65cbe4f86b25d680b2a1b67721d2a5f8fa4 /paste/util
parenta5a05c6ed6710823879e3443e5c74886ddbc8a4f (diff)
downloadpaste-90a1e81e6c4635517143a2e846baeac66eb7d4b7.tar.gz
Typo
Diffstat (limited to 'paste/util')
-rw-r--r--paste/util/mimeparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/util/mimeparse.py b/paste/util/mimeparse.py
index 01dbe80..fe699f7 100644
--- a/paste/util/mimeparse.py
+++ b/paste/util/mimeparse.py
@@ -6,7 +6,7 @@ the HTTP specification [RFC 2616] for a complete explanation.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1
-Based on mime_parse 0.1.2 by Joe Gregorio
+Based on mimeparse 0.1.2 by Joe Gregorio:
http://code.google.com/p/mimeparse/