mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Forgot to use </> for some example output.
This commit is contained in:
parent
205eb72217
commit
c37eb56f96
1 changed files with 2 additions and 2 deletions
|
@ -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 <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…
Add table
Add a link
Reference in a new issue