diff --git a/Demo/metaclasses/index.html b/Demo/metaclasses/index.html index a8c3629ddbf..77186cc10ca 100644 --- a/Demo/metaclasses/index.html +++ b/Demo/metaclasses/index.html @@ -406,8 +406,8 @@

Writing Metaclasses in Python

of the example code is something like this:
-calling  for  with (10,)
-calling  for  with ()
+calling <function method1 at ae8d8> for <Instance instance at 95ab0> with (10,)
+calling <function method2 at ae900> for <Instance instance at 95ab0> with ()
 the answer is 10