]> granicus.if.org Git - python/commitdiff
Fix typo in updated dis docs
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 6 Nov 2013 12:12:07 +0000 (22:12 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 6 Nov 2013 12:12:07 +0000 (22:12 +1000)
Doc/library/dis.rst

index 79ec9d7310adf69911b0b3756a96271542d1a52f..78ddf7e18f6bfaed53c3d712117408208054252d 100644 (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