Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b303b4

Browse files
committed
Signature for dir() omitted the optional argument.
1 parent de2f708 commit 6b303b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ \section{Built-in Functions}
125125
\code{del \var{x}.\var{foobar}}.
126126
\end{funcdesc}
127127

128-
\begin{funcdesc}{dir}{}
128+
\begin{funcdesc}{dir}{\optional{object}}
129129
Without arguments, return the list of names in the current local
130130
symbol table. With an argument, attempts to return a list of valid
131131
attribute for that object. This information is gleaned from the

Doc/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ \section{Built-in Functions}
125125
\code{del \var{x}.\var{foobar}}.
126126
\end{funcdesc}
127127

128-
\begin{funcdesc}{dir}{}
128+
\begin{funcdesc}{dir}{\optional{object}}
129129
Without arguments, return the list of names in the current local
130130
symbol table. With an argument, attempts to return a list of valid
131131
attribute for that object. This information is gleaned from the

0 commit comments

Comments
 (0)