]> granicus.if.org Git - python/commitdiff
Merged revisions 87993 via svnmerge from
authorEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 08:55:38 +0000 (08:55 +0000)
committerEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 08:55:38 +0000 (08:55 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87993 | eli.bendersky | 2011-01-14 10:25:03 +0200 (Fri, 14 Jan 2011) | 2 lines

  Issue #10902: Fix reference to run* methods
........

Doc/library/pdb.rst

index 5b145ecda78936d255dc0ec37cf849a8ad3067cf..ee63ebb15b18f99c1ac386066ba89c6675b59e5a 100644 (file)
@@ -125,7 +125,7 @@ slightly different way:
    :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: