diff options
author | Fred Drake <fdrake@acm.org> | 1997-10-06 21:40:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-10-06 21:40:48 (GMT) |
commit | 14bf341f16750f4d34d09c270e60b2c3f0214e76 (patch) | |
tree | 810d62f7a93606724b34f0e12bd033e9548cadf7 /Doc | |
parent | e061a51de1b4113ea036a0ad9328eb2f03507b9f (diff) | |
download | cpython-14bf341f16750f4d34d09c270e60b2c3f0214e76.zip cpython-14bf341f16750f4d34d09c270e60b2c3f0214e76.tar.gz cpython-14bf341f16750f4d34d09c270e60b2c3f0214e76.tar.bz2 |
Added keyword module entry.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 1684108..078ea85 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -87,6 +87,7 @@ to Python and how to embed it in other applications. \input{libimp} \input{libni} \input{libparser} +\input{libkeyword} \input{libcode} \input{libpprint} \input{libsite} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 1684108..078ea85 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -87,6 +87,7 @@ to Python and how to embed it in other applications. \input{libimp} \input{libni} \input{libparser} +\input{libkeyword} \input{libcode} \input{libpprint} \input{libsite} |