#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 9bd65dd..6871d7e 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -705,7 +705,7 @@
 
 .. opcode:: FOR_ITER (delta)
 
-   ``TOS`` is an :term:`iterator`.  Call its :meth:`next` method.  If this
+   ``TOS`` is an :term:`iterator`.  Call its :meth:`!next` method.  If this
    yields a new value, push it on the stack (leaving the iterator below it).  If
    the iterator indicates it is exhausted ``TOS`` is popped, and the bytecode
    counter is incremented by *delta*.