summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdis.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-02-23 20:40:42 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-02-23 20:40:42 (GMT)
commitbc2c21ea521cf6ec2a8cd1fd3229226c157a5100 (patch)
treed336583dbf25ea38f1fa88ed0efe5302fa31363b /Doc/lib/libdis.tex
parente63a078635f58ff66b3feec44bb9a29926127ee5 (diff)
downloadcpython-bc2c21ea521cf6ec2a8cd1fd3229226c157a5100.zip
cpython-bc2c21ea521cf6ec2a8cd1fd3229226c157a5100.tar.gz
cpython-bc2c21ea521cf6ec2a8cd1fd3229226c157a5100.tar.bz2
Update an example to match current output.
Diffstat (limited to 'Doc/lib/libdis.tex')
-rw-r--r--Doc/lib/libdis.tex4
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).