Kaydet (Commit) d856ce0a authored tarafından Gregory P. Smith's avatar Gregory P. Smith

fix typos

üst 7a36f5f3
...@@ -291,18 +291,18 @@ Note: ...@@ -291,18 +291,18 @@ Note:
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{formatargspec}{args\optional{, varargs, varkw, defaults, \begin{funcdesc}{formatargspec}{args\optional{, varargs, varkw, defaults,
argformat, varargsformat, varkwformat, defaultformat}} formatarg, formatvarargs, formatvarkw, formatvalue, join}}
Format a pretty argument spec from the four values returned by Format a pretty argument spec from the four values returned by
\function{getargspec()}. The other four arguments are the \function{getargspec()}. The format* arguments are the
corresponding optional formatting functions that are called to turn corresponding optional formatting functions that are called to turn
names and values into strings. names and values into strings.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{formatargvalues}{args\optional{, varargs, varkw, locals, \begin{funcdesc}{formatargvalues}{args\optional{, varargs, varkw, locals,
argformat, varargsformat, varkwformat, valueformat}} formatarg, formatvarargs, formatvarkw, formatvalue, join}}
Format a pretty argument spec from the four values returned by Format a pretty argument spec from the four values returned by
\function{getargvalues()}. The other four arguments are the \function{getargvalues()}. The format* arguments are the
corresponding optional formatting functions that are called to turn corresponding optional formatting functions that are called to turn
names and values into strings. names and values into strings.
\end{funcdesc} \end{funcdesc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment