From: Guido van Rossum Date: Fri, 5 Dec 1997 16:18:45 +0000 (+0000) Subject: Forgot to use </> for some example output. X-Git-Tag: v1.5b2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c37eb56f9672e97f544100dac3561b1c653730ee;p=python Forgot to use </> for some example output. --- diff --git a/Demo/metaclasses/index.html b/Demo/metaclasses/index.html index a8c3629ddb..77186cc10c 100644 --- a/Demo/metaclasses/index.html +++ b/Demo/metaclasses/index.html @@ -406,8 +406,8 @@ method(aninstance, 10). 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