[Python-checkins] cpython: Fix typo in updated dis docs

nick.coghlan python-checkins at python.org
Wed Nov 6 13:12:19 CET 2013


http://hg.python.org/cpython/rev/eacbedf9cc3e
changeset:   86961:eacbedf9cc3e
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Nov 06 22:12:07 2013 +1000
summary:
  Fix typo in updated dis docs

files:
  Doc/library/dis.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -51,7 +51,7 @@
 
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list