]> granicus.if.org Git - python/commitdiff
SF patch #591305 Documentation err in bytecode defs
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 5 Aug 2002 23:33:54 +0000 (23:33 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 5 Aug 2002 23:33:54 +0000 (23:33 +0000)
Doc/lib/libdis.tex

index e0dfcf945706c4b2a617ccd215279637f421c8cb..16b692d756916cca4497b93283003d3798fc8e3f 100644 (file)
@@ -303,7 +303,7 @@ Implements \code{TOS = TOS1[TOS:]}.
 \end{opcodedesc}
 
 \begin{opcodedesc}{SLICE+2}{}
-Implements \code{TOS = TOS1[:TOS1]}.
+Implements \code{TOS = TOS1[:TOS]}.
 \end{opcodedesc}
 
 \begin{opcodedesc}{SLICE+3}{}