]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #10902: Fix reference to run* methods
authorEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 07:50:27 +0000 (07:50 +0000)
committerEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 07:50:27 +0000 (07:50 +0000)
Doc/library/pdb.rst

index d22fbc07015c2e7a003c9818b113cbedfb36c862..a475099d6a57b740a102f09c1b399a17ca2b8781 100644 (file)
@@ -129,7 +129,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: