diff options
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 b19d04e..bf3fd47 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -490,7 +490,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 |