From cbf1c8686fdef2b1459b714d49856338f63c574e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 21 Apr 2016 07:17:42 +0300 Subject: Spelling fix (#15) --- mimeparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.1