]> granicus.if.org Git - python/commitdiff
put a missing curly brace
authorGeorge Yoshida <dynkin@gmail.com>
Mon, 26 Feb 2007 01:58:37 +0000 (01:58 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Mon, 26 Feb 2007 01:58:37 +0000 (01:58 +0000)
Doc/ref/ref3.tex

index 6bd60c91c664ad41adb883cda0450c9739c0a230..a63ae3af3b460f41e740c064e4a2232cb4a3357e 100644 (file)
@@ -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]