]> granicus.if.org Git - python/commitdiff
Update an example to match current output.
authorRaymond Hettinger <python@rcn.com>
Wed, 23 Feb 2005 20:40:42 +0000 (20:40 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 23 Feb 2005 20:40:42 +0000 (20:40 +0000)
Doc/lib/libdis.tex

index 3af0382f2d5d0ed223953ca816900611d85205c0..67691b709b1683c02f606acd1650e775878a51b4 100644 (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).