From: Raymond Hettinger <python@rcn.com>
Date: Wed, 23 Feb 2005 20:40:42 +0000 (+0000)
Subject: Update an example to match current output.
X-Git-Tag: v2.5a0~1998
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc2c21ea521cf6ec2a8cd1fd3229226c157a5100;p=python

Update an example to match current output.
---

diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex
index 3af0382f2d..67691b709b 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).