diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-10-27 03:06:43 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-10-27 03:06:43 (GMT) |
commit | f0a0d14c28fe9ba9bd56a570ec681b182b26afc2 (patch) | |
tree | 095dfb5ede1d70c8878afe188624a66bbff7f723 /Doc/library/sys.rst | |
parent | ad158728549b7161f08ecdf74ac14a0f9eff3160 (diff) | |
download | cpython-f0a0d14c28fe9ba9bd56a570ec681b182b26afc2.zip cpython-f0a0d14c28fe9ba9bd56a570ec681b182b26afc2.tar.gz cpython-f0a0d14c28fe9ba9bd56a570ec681b182b26afc2.tar.bz2 |
Issue #7061: Dropped "for Tk" from turtle module title and moved its
doc section under frameworks. Also fixed a couple of markup issues
that affected TOC rendering.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index bf8e0d0..01dad9c 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -572,7 +572,7 @@ always available. Their intended use is to allow an interactive user to import a debugger module and engage in post-mortem debugging without having to re-execute the command that caused the error. (Typical use is ``import pdb; pdb.pm()`` to enter the - post-mortem debugger; see chapter :ref:`debugger` for + post-mortem debugger; see :mod:`pdb` module for more information.) The meaning of the variables is the same as that of the return values from |