Commit 92309372 authored by Jim Fulton's avatar Jim Fulton

Fixed a type in the method attribute example.

parent 09249471
......@@ -522,7 +522,7 @@ Extension Classes, Python Extension Types Become Classes
class C(ExtensionClass.Base):
def get_secret(self):
def f(self):
"Get a secret"
....
......
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