mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 00:18:39 +00:00
Replaced infinity symbol with 'inf'
This commit is contained in:
parent
4735a6c49a
commit
3920a93cba
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def format_time(time):
|
||||||
|
|
||||||
def format_float(x):
|
def format_float(x):
|
||||||
if x < 0:
|
if x < 0:
|
||||||
return "∞"
|
return "inf"
|
||||||
else:
|
else:
|
||||||
return "%.3f"%x
|
return "%.3f"%x
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue