diff options
author | George Yoshida <dynkin@gmail.com> | 2007-02-26 01:58:37 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2007-02-26 01:58:37 (GMT) |
commit | 5e0af3c3be19a638130e75da94f79e47513168c1 (patch) | |
tree | 66e494a5e5e0fa84bdcbbb3b1c370b6a76726413 /Doc | |
parent | 025488b2b056106fda97afcd1bd544244e6a083a (diff) | |
download | cpython-5e0af3c3be19a638130e75da94f79e47513168c1.zip cpython-5e0af3c3be19a638130e75da94f79e47513168c1.tar.gz cpython-5e0af3c3be19a638130e75da94f79e47513168c1.tar.bz2 |
put a missing curly brace
Diffstat (limited to 'Doc')
-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 6bd60c9..a63ae3a 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -530,7 +530,7 @@ from its code object; see the description of internal types below. \ttindex{__code__} \ttindex{__globals__} \ttindex{__annotations__} - \ttindex{__kwdefaults__} + \ttindex{__kwdefaults__}} \indexii{global}{namespace} \item[User-defined methods] |