From: Andrew M. Kuchling Date: Thu, 5 Apr 2001 14:50:40 +0000 (+0000) Subject: Mention pydoc in the man page X-Git-Tag: v2.1c1~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88717f482599b9af344eade0e37a9165d467f152;p=thirdparty%2FPython%2Fcpython.git Mention pydoc in the man page --- diff --git a/Misc/python.man b/Misc/python.man index 529046fa1061..2697bc7822c0 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