mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-05-08 07:37:32 +02:00
Removed useless comment.
This commit is contained in:
parent
73a660164d
commit
b8f497af21
@ -103,7 +103,6 @@ class Math(callbacks.Privmsg):
|
|||||||
r'\.\d+|'
|
r'\.\d+|'
|
||||||
r'\d+\.|'
|
r'\d+\.|'
|
||||||
r'\d+))')
|
r'\d+))')
|
||||||
|
|
||||||
def _floatToString(self, x):
|
def _floatToString(self, x):
|
||||||
if -1e-10 < x < 1e-10:
|
if -1e-10 < x < 1e-10:
|
||||||
return '0'
|
return '0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user