Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Sep 15, 2024
1 parent eae2840 commit 205c702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uharfbuzz/_harfbuzz.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ def ot_metrics_get_position_with_fallback(font: Font,
return hb_position

def ot_metrics_get_variation(font: Font,
tag: OTMathTag) -> float:
tag: OTMetricsTag) -> float:
return hb_ot_metrics_get_variation(font._hb_font, tag)

def ot_metrics_get_x_variation(font: Font,
Expand Down

0 comments on commit 205c702

Please sign in to comment.