From: Raymond Hettinger Date: Tue, 26 Oct 2004 03:53:35 +0000 (+0000) Subject: SF 1053956: help() not in tutorial index X-Git-Tag: v2.4b2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df8a0032a4f2b512509d5b79086c8a6b31d968ef;p=python SF 1053956: help() not in tutorial index --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 893cd69341..eeca1d2b84 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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}: