Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Oct 13, 2023
1 parent ff42f1d commit 909131f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artisanlib/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -6295,7 +6295,7 @@ def formtime(self, x:float, _pos) -> str:
if abs(s-30) < 1:
return f'-{m:d.5}'
if s > 1:
return '-{m:.0f}:{s:02.0f}'
return f'-{m:.0f}:{s:02.0f}'
if m == 0:
return '0'
return f'-{m:.0f}'
Expand Down

0 comments on commit 909131f

Please sign in to comment.