Fix typo in updated dis docs

This commit is contained in:
Nick Coghlan 2013-11-06 22:12:07 +10:00
parent 90b8e7d2bc
commit 07155c9c14
1 changed files with 1 additions and 1 deletions

View File

@ -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