mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF patch #591305 Documentation err in bytecode defs
This commit is contained in:
parent
63c4220f61
commit
e72a9a13a1
1 changed files with 1 additions and 1 deletions
|
@ -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}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue