diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-18 15:40:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-18 15:40:11 (GMT) |
commit | 31ecd50d0231ec2cee3c7e85035fff16ecae0533 (patch) | |
tree | 2f6475c1bfcd30cb75c4744fa252bb1dc878efab /Doc/lib/libpdb.tex | |
parent | af0bfbee46c54e40ebb3fc4e775e184b590a2dfe (diff) | |
download | cpython-31ecd50d0231ec2cee3c7e85035fff16ecae0533.zip cpython-31ecd50d0231ec2cee3c7e85035fff16ecae0533.tar.gz cpython-31ecd50d0231ec2cee3c7e85035fff16ecae0533.tar.bz2 |
Added \label{} for logical addressing.
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r-- | Doc/lib/libpdb.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 6f14ab6..d560a11 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -1,4 +1,5 @@ \chapter{The Python Debugger} +\label{module-pdb} \stmodindex{pdb} \index{debugging} |