]> granicus.if.org Git - python/commitdiff
Issue #10902: Fix reference to run* methods
authorEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 08:25:03 +0000 (08:25 +0000)
committerEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 08:25:03 +0000 (08:25 +0000)
Doc/library/pdb.rst

index 83359930ede76521b08b9cb8c5cc8d5d81b3306b..1e9de63b69ff4e9ac0be5e70a03fa1f557c66029 100644 (file)
@@ -131,7 +131,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: