SF 1053956: help() not in tutorial index

This commit is contained in:
Raymond Hettinger 2004-10-26 03:53:35 +00:00
parent 561fbf138d
commit df8a0032a4

View file

@ -4479,6 +4479,7 @@ Be sure to use the \samp{import os} style instead of
shadowing the builtin \function{open()} function which operates much
differently.
\bifuncindex{help}
The builtin \function{dir()} and \function{help()} functions are useful
as interactive aids for working with large modules like \module{os}: