Fix typo.

This commit is contained in:
Raymond Hettinger 2005-04-26 05:18:53 +00:00
parent c3647ac93e
commit f21569e53d
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ Special attributes:
\lineiii{__module__}{The name of the module the function was defined
in, or \code{None} if unavailable.}{Writable}
\lineiii{func_defaults}{Atuple containing default argument values
\lineiii{func_defaults}{A tuple containing default argument values
for those arguments that have defaults, or \code{None} if no
arguments have a default value}{Writable}