Skip to content

Commit

Permalink
I am an idiot who doesn't know how to listen to people.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed May 23, 2013
1 parent 0a38e9b commit 95502d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topaz/interpreter.py
Expand Up @@ -484,7 +484,7 @@ def DEFINE_FUNCTION(self, space, bytecode, frame, pc):
# a method on Symbol or Numeric. # a method on Symbol or Numeric.
if w_scope is None: if w_scope is None:
raise space.error(space.w_TypeError, raise space.error(space.w_TypeError,
'can\'t define singleton method "%s" for %s' % ( """cant define singleton method "%s" for %s""" % (
space.symbol_w(w_name), space.getclass(frame.w_self).name space.symbol_w(w_name), space.getclass(frame.w_self).name
) )
) )
Expand Down

4 comments on commit 95502d8

@krekoten
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:D

@meatballhat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wat

@alex
Copy link
Member Author

@alex alex commented on 95502d8 May 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my god there is a typo in this.

@meatballhat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

words are hard

Please sign in to comment.