Commit 60ea62f0 authored by Stefan Behnel's avatar Stefan Behnel

fix typo

parent e23754c3
...@@ -7205,7 +7205,7 @@ class BoundMethodNode(ExprNode): ...@@ -7205,7 +7205,7 @@ class BoundMethodNode(ExprNode):
self.is_temp = 1 self.is_temp = 1
return self return self
gil_message = "Constructing an bound method" gil_message = "Constructing a bound method"
def generate_result_code(self, code): def generate_result_code(self, code):
code.putln( code.putln(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment