diff -r 9ff477cd79da Doc/library/dis.rst --- a/Doc/library/dis.rst Mon Mar 02 07:41:00 2015 +0200 +++ b/Doc/library/dis.rst Mon Mar 02 18:26:09 2015 +0800 @@ -62,7 +62,7 @@ the disassembled code object. If *current_offset* is not None, it refers to an instruction offset - in the disassembled code. Setting this means :meth:`dis` will display + in the disassembled code. Setting this means :meth:`.dis` will display a "current instruction" marker against the specified opcode. .. classmethod:: from_traceback(tb) @@ -82,7 +82,7 @@ .. method:: dis() Return a formatted view of the bytecode operations (the same as - printed by :func:`dis`, but returned as a multi-line string). + printed by :func:`.dis`, but returned as a multi-line string). .. method:: info()