summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2007-02-26 01:58:37 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2007-02-26 01:58:37 (GMT)
commit5e0af3c3be19a638130e75da94f79e47513168c1 (patch)
tree66e494a5e5e0fa84bdcbbb3b1c370b6a76726413 /Doc/ref
parent025488b2b056106fda97afcd1bd544244e6a083a (diff)
downloadcpython-5e0af3c3be19a638130e75da94f79e47513168c1.zip
cpython-5e0af3c3be19a638130e75da94f79e47513168c1.tar.gz
cpython-5e0af3c3be19a638130e75da94f79e47513168c1.tar.bz2
put a missing curly brace
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref3.tex2
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]