From 07155c9c146065b0aa6726d76fb66969c7ef4d82 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Wed, 6 Nov 2013 22:12:07 +1000 Subject: [PATCH] Fix typo in updated dis docs --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 79ec9d7310a..78ddf7e18f6 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -51,7 +51,7 @@ compiled code. This is a convenience wrapper around many of the functions listed below, most notably :func:`get_instructions`, as iterating over a - :class:`ByteCode` instance yields the bytecode operations as + :class:`Bytecode` instance yields the bytecode operations as :class:`Instruction` instances. If *first_line* is not None, it indicates the line number that should