diff options
author | Raymond Hettinger <python@rcn.com> | 2004-10-26 03:53:35 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-10-26 03:53:35 (GMT) |
commit | df8a0032a4f2b512509d5b79086c8a6b31d968ef (patch) | |
tree | ba11f5add47ffe0889c3c42caecb330fae023977 /Doc/tut | |
parent | 561fbf138d30896af3e7afe33f9bc602dda5f2b7 (diff) | |
download | cpython-df8a0032a4f2b512509d5b79086c8a6b31d968ef.zip cpython-df8a0032a4f2b512509d5b79086c8a6b31d968ef.tar.gz cpython-df8a0032a4f2b512509d5b79086c8a6b31d968ef.tar.bz2 |
SF 1053956: help() not in tutorial index
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 893cd69..eeca1d2 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}: |