diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 98744eb18c5..036381f6408 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -66,6 +66,9 @@ Glossary different Python virtual machines, nor to be stable between Python releases. + A list of bytecode instructions can be found in the documentation for + :ref:`the dis module `. + class A template for creating user-defined objects. Class definitions normally contain method definitions which operate on instances of the