We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc9961 commit cbf1c86Copy full SHA for cbf1c86
1 file changed
mimeparse.py
@@ -120,7 +120,7 @@ def quality_parsed(mime_type, parsed_ranges):
120
Find the best match for a given mime-type against a list of media_ranges
121
that have already been parsed by parse_media_range(). Returns the 'q'
122
quality parameter of the best match, 0 if no match was found. This function
123
- 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
124
parsed media ranges. """
125
126
return quality_and_fitness_parsed(mime_type, parsed_ranges)[0]
0 commit comments