]> granicus.if.org Git - python/commitdiff
SF 1053956: help() not in tutorial index
authorRaymond Hettinger <python@rcn.com>
Tue, 26 Oct 2004 03:53:35 +0000 (03:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 26 Oct 2004 03:53:35 +0000 (03:53 +0000)
Doc/tut/tut.tex

index 893cd693417586f0cc70fd1ad5370aa04b7705c9..eeca1d2b84e6b31c33eb6b9761340e51e7294cf0 100644 (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}: