diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-04-05 14:50:40 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-04-05 14:50:40 (GMT) |
commit | 88717f482599b9af344eade0e37a9165d467f152 (patch) | |
tree | 2c758d4aa44caf8846ea02af4f3cb14ad9105545 /Misc | |
parent | dc806704b5093061ac60299493bef9e0798dee9a (diff) | |
download | cpython-88717f482599b9af344eade0e37a9165d467f152.zip cpython-88717f482599b9af344eade0e37a9165d467f152.tar.gz cpython-88717f482599b9af344eade0e37a9165d467f152.tar.bz2 |
Mention pydoc in the man page
Diffstat (limited to 'Misc')
-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 529046f..2697bc7 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 |