Skip to content

Commit 2b4eda4

Browse files
committed
Add link to bytecode docs.
1 parent 58df679 commit 2b4eda4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/glossary.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Glossary
6363
"intermediate language" is said to run on a :term:`virtual machine`
6464
that executes the machine code corresponding to each bytecode.
6565

66+
A list of bytecode instructions can be found in the documentation for
67+
:ref:`the dis module <bytecodes>`.
68+
6669
class
6770
A template for creating user-defined objects. Class definitions
6871
normally contain method definitions which operate on instances of the

0 commit comments

Comments
 (0)