[Python-checkins] r87993 - python/branches/py3k/Doc/library/pdb.rst

eli.bendersky python-checkins at python.org
Fri Jan 14 09:25:04 CET 2011


Author: eli.bendersky
Date: Fri Jan 14 09:25:03 2011
New Revision: 87993

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


Modified:
   python/branches/py3k/Doc/library/pdb.rst

Modified: python/branches/py3k/Doc/library/pdb.rst
==============================================================================
--- python/branches/py3k/Doc/library/pdb.rst	(original)
+++ python/branches/py3k/Doc/library/pdb.rst	Fri Jan 14 09:25:03 2011
@@ -131,7 +131,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:
 


More information about the Python-checkins mailing list