Skip to content

Commit 50f58fc

Browse files
committed
Remove outdated comment
1 parent 993e4fe commit 50f58fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mathparse/mathparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def is_int(string: str) -> bool:
3030
def is_float(string: str) -> bool:
3131
"""
3232
Return true if the string is a float.
33-
Returns False for non-strings or strings without a decimal point.
3433
"""
3534
try:
3635
float(string)

0 commit comments

Comments
 (0)