Update an example to match current output.

This commit is contained in:
Raymond Hettinger 2005-02-23 20:40:42 +00:00
parent e63a078635
commit bc2c21ea52
1 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,7 @@ the following command can be used to get the disassembly of
2 0 LOAD_GLOBAL 0 (len)
3 LOAD_FAST 0 (alist)
6 CALL_FUNCTION 1
9 RETURN_VALUE
10 LOAD_CONST 0 (None)
13 RETURN_VALUE
9 RETURN_VALUE
\end{verbatim}
(The ``2'' is a line number).