mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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):
|
||||
if x < 0:
|
||||
return "∞"
|
||||
return "inf"
|
||||
else:
|
||||
return "%.3f"%x
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue