Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Aug 25, 2024
1 parent 4cf8699 commit bc1b889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimeparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def quality(mime_type: str, ranges: str) -> float:
Returns the quality 'q' of a mime-type when compared against the
media-ranges in ranges. For example:
>>> quality('text/html','text/*;q=0.3, text/html;q=0.7,
>>> quality('text/html','text/*;q=0.3, text/html;q=0.7',
text/html;level=1, text/html;level=2;q=0.4, */*;q=0.5')
0.7
Expand Down

0 comments on commit bc1b889

Please sign in to comment.