Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Feb 14, 2025
1 parent 574d0a7 commit 8bbb4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ And then compute a score with those matches with :func:`~subliminal.score.comput

>>> for s in subtitles[video]:
... {s: compute_score(s, video)}
{<PodnapisiSubtitle 'ZtAW' [hu]>: 789}
{<PodnapisiSubtitle 'ONAW' [hu]>: 772}
{<PodnapisiSubtitle 'ZtAW' [hu]>: 941}
{<PodnapisiSubtitle 'ONAW' [hu]>: 922}

Now you should have a better idea about which one you should choose.

Expand Down

0 comments on commit 8bbb4fc

Please sign in to comment.