diff options
author | Raymond Hettinger <python@rcn.com> | 2005-04-26 05:18:53 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-04-26 05:18:53 (GMT) |
commit | f21569e53dfcf9f48a572126faae43944e1fed9c (patch) | |
tree | a8811c5161401659ed6e39b561a121d969dc9b12 /Doc/ref | |
parent | c3647ac93e2a38762de8a23b1d94a6380e9ad468 (diff) | |
download | cpython-f21569e53dfcf9f48a572126faae43944e1fed9c.zip cpython-f21569e53dfcf9f48a572126faae43944e1fed9c.tar.gz cpython-f21569e53dfcf9f48a572126faae43944e1fed9c.tar.bz2 |
Fix typo.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index f670ce0..bac1fd5 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -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} |