summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mimeparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeparse.py b/mimeparse.py
index 1f06777..3563249 100644
--- a/mimeparse.py
+++ b/mimeparse.py
@@ -120,7 +120,7 @@ def quality_parsed(mime_type, parsed_ranges):
Find the best match for a given mime-type against a list of media_ranges
that have already been parsed by parse_media_range(). Returns the 'q'
quality parameter of the best match, 0 if no match was found. This function
- bahaves the same as quality() except that 'parsed_ranges' must be a list of
+ behaves the same as quality() except that 'parsed_ranges' must be a list of
parsed media ranges. """
return quality_and_fitness_parsed(mime_type, parsed_ranges)[0]