Index: Doc/library/pdb.rst =================================================================== --- Doc/library/pdb.rst (revision 87990) +++ Doc/library/pdb.rst (working copy) @@ -129,7 +129,7 @@ :data:`sys.last_traceback`. -The ``run_*`` functions and :func:`set_trace` are aliases for instantiating the +The ``run*`` functions and :func:`set_trace` are aliases for instantiating the :class:`Pdb` class and calling the method of the same name. If you want to access further features, you have to do this yourself: