SF patch #591305 Documentation err in bytecode defs

This commit is contained in:
Neal Norwitz 2002-08-05 23:33:54 +00:00
parent 63c4220f61
commit e72a9a13a1
1 changed files with 1 additions and 1 deletions

View 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}{}