summaryrefslogtreecommitdiffstats
path: root/Demo/metaclasses
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-05 16:18:45 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-05 16:18:45 (GMT)
commitc37eb56f9672e97f544100dac3561b1c653730ee (patch)
treed836e2294457a66aedf44ce308ade3a87ee1ca2b /Demo/metaclasses
parent205eb72217c2a40266e9d4e02f718509a62e4ea4 (diff)
downloadcpython-c37eb56f9672e97f544100dac3561b1c653730ee.zip
cpython-c37eb56f9672e97f544100dac3561b1c653730ee.tar.gz
cpython-c37eb56f9672e97f544100dac3561b1c653730ee.tar.bz2
Forgot to use &lt;/&gt; for some example output.
Diffstat (limited to 'Demo/metaclasses')
-rw-r--r--Demo/metaclasses/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/metaclasses/index.html b/Demo/metaclasses/index.html
index a8c3629..77186cc 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:
<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>