Skip to content

Commit cbf1c86

Browse files
scopdbtsai
authored andcommitted
Spelling fix (#15)
1 parent 5cc9961 commit cbf1c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mimeparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def quality_parsed(mime_type, parsed_ranges):
120120
Find the best match for a given mime-type against a list of media_ranges
121121
that have already been parsed by parse_media_range(). Returns the 'q'
122122
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
123+
behaves the same as quality() except that 'parsed_ranges' must be a list of
124124
parsed media ranges. """
125125

126126
return quality_and_fitness_parsed(mime_type, parsed_ranges)[0]

0 commit comments

Comments
 (0)