Skip to content

Commit

Permalink
remove confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaynor committed Mar 12, 2013
1 parent e5aa54e commit 502b409
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions topaz/objects/stringobject.py
Expand Up @@ -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
Expand Down

0 comments on commit 502b409

Please sign in to comment.