Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
remove confusing comment
- Loading branch information
Showing
with
0 additions
and
2 deletions.
-
+0
−2
topaz/objects/stringobject.py
|
@@ -724,8 +724,6 @@ def method_to_i(self, space, radix=10): |
|
|
|
|
|
@classdef.method("to_f") |
|
|
def method_to_f(self, space): |
|
|
# can't use rstring_to_float here because of rpython? |
|
|
|
|
|
value = 0.0 |
|
|
precision = False |
|
|
pointer = 0.1 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.