mirror of https://github.com/python/cpython.git
Forgot to use </> for some example output.
This commit is contained in:
parent
205eb72217
commit
c37eb56f96
|
@ -406,8 +406,8 @@ <H2>Writing Metaclasses in Python</H2>
|
|||
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 <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
|
||||
</PRE>
|
||||
|
||||
|
|
Loading…
Reference in New Issue