Commit f21569e5 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix typo.

parent c3647ac9
...@@ -450,7 +450,7 @@ Special attributes: ...@@ -450,7 +450,7 @@ Special attributes:
\lineiii{__module__}{The name of the module the function was defined \lineiii{__module__}{The name of the module the function was defined
in, or \code{None} if unavailable.}{Writable} 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 for those arguments that have defaults, or \code{None} if no
arguments have a default value}{Writable} arguments have a default value}{Writable}
......
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