]> granicus.if.org Git - python/commitdiff
Forgot to use </> for some example output.
authorGuido van Rossum <guido@python.org>
Fri, 5 Dec 1997 16:18:45 +0000 (16:18 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Dec 1997 16:18:45 +0000 (16:18 +0000)
Demo/metaclasses/index.html

index a8c3629ddbf36db2e4a215671a286dfb7de0f843..77186cc10ca9d27227e1a9b842183cc1c3297b41 100644 (file)
@@ -406,8 +406,8 @@ method(aninstance, 10).
 of the example code is something like this:
 
 <PRE>
-calling <function method1 at ae8d8> for <Instance instance at 95ab0> with (10,)
-calling <function method2 at ae900> for <Instance instance at 95ab0> with ()
+calling &lt;function method1 at ae8d8&gt; for &lt;Instance instance at 95ab0&gt; with (10,)
+calling &lt;function method2 at ae900&gt; for &lt;Instance instance at 95ab0&gt; with ()
 the answer is 10
 </PRE>