Commit c37eb56f authored by Guido van Rossum's avatar Guido van Rossum

Forgot to use </> for some example output.

parent 205eb722
...@@ -406,8 +406,8 @@ method(aninstance, 10). ...@@ -406,8 +406,8 @@ method(aninstance, 10).
of the example code is something like this: of the example code is something like this:
<PRE> <PRE>
calling <function method1 at ae8d8> for <Instance instance at 95ab0> with (10,) calling &lt;function method1 at ae8d8&gt; for &lt;Instance instance at 95ab0&gt; with (10,)
calling <function method2 at ae900> for <Instance instance at 95ab0> with () calling &lt;function method2 at ae900&gt; for &lt;Instance instance at 95ab0&gt; with ()
the answer is 10 the answer is 10
</PRE> </PRE>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment