summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2011-01-14 07:50:27 (GMT)
committerEli Bendersky <eliben@gmail.com>2011-01-14 07:50:27 (GMT)
commitf274eea02ccec7d1a31d66e1a467dd6cd0da59e7 (patch)
treeb39d635fb5b0229a603526dfdecdf2804eec3ec5 /Doc/library
parent7f45ada1b90337c24433a181bade419c8727813c (diff)
downloadcpython-f274eea02ccec7d1a31d66e1a467dd6cd0da59e7.zip
cpython-f274eea02ccec7d1a31d66e1a467dd6cd0da59e7.tar.gz
cpython-f274eea02ccec7d1a31d66e1a467dd6cd0da59e7.tar.bz2
Issue #10902: Fix reference to run* methods
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/pdb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index d22fbc0..a475099 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -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: