diff options
author | 2001-04-05 14:50:40 +0000 | |
---|---|---|
committer | 2001-04-05 14:50:40 +0000 | |
commit | 88717f482599b9af344eade0e37a9165d467f152 (patch) | |
tree | 2c758d4aa44caf8846ea02af4f3cb14ad9105545 /Misc/python.man | |
parent | Corrected default value of the DocumentType.internalSubset attribute based (diff) | |
download | cpython-88717f482599b9af344eade0e37a9165d467f152.tar.gz cpython-88717f482599b9af344eade0e37a9165d467f152.tar.bz2 cpython-88717f482599b9af344eade0e37a9165d467f152.zip |
Mention pydoc in the man page
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man index 529046fa106..2697bc7822c 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -68,6 +68,11 @@ On most systems such modules may be dynamically loaded. Python is also adaptable as an extension language for existing applications. See the internal documentation for hints. +.PP +Documentation for installed Python modules and packages can be +viewed by running the +.B pydoc +program. .SH COMMAND LINE OPTIONS .TP .B \-d |