diff options
author | Raymond Hettinger <python@rcn.com> | 2005-02-23 20:40:42 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-02-23 20:40:42 (GMT) |
commit | bc2c21ea521cf6ec2a8cd1fd3229226c157a5100 (patch) | |
tree | d336583dbf25ea38f1fa88ed0efe5302fa31363b /Doc | |
parent | e63a078635f58ff66b3feec44bb9a29926127ee5 (diff) | |
download | cpython-bc2c21ea521cf6ec2a8cd1fd3229226c157a5100.zip cpython-bc2c21ea521cf6ec2a8cd1fd3229226c157a5100.tar.gz cpython-bc2c21ea521cf6ec2a8cd1fd3229226c157a5100.tar.bz2 |
Update an example to match current output.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdis.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 3af0382..67691b7 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -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). |