diff options
| author | Fred Drake <fdrake@acm.org> | 1998-04-16 22:10:27 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-04-16 22:10:27 +0000 |
| commit | 6b303b4bdd3164408cc35062322bc8d603778c98 (patch) | |
| tree | 30043e5ea9008ce703fc4b5566b09173a9d72bd3 /Doc/lib/libfuncs.tex | |
| parent | de2f708299662fb1646fb6d16f30361e6c5fd558 (diff) | |
| download | cpython-git-6b303b4bdd3164408cc35062322bc8d603778c98.tar.gz | |
Signature for dir() omitted the optional argument.
Diffstat (limited to 'Doc/lib/libfuncs.tex')
| -rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 4b925c8c36..134573464b 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -125,7 +125,7 @@ class instances are callable if they have a \method{__call__()} method. \code{del \var{x}.\var{foobar}}. \end{funcdesc} -\begin{funcdesc}{dir}{} +\begin{funcdesc}{dir}{\optional{object}} Without arguments, return the list of names in the current local symbol table. With an argument, attempts to return a list of valid attribute for that object. This information is gleaned from the |
