From: George Yoshida Date: Mon, 26 Feb 2007 01:58:37 +0000 (+0000) Subject: put a missing curly brace X-Git-Tag: v3.0a1~1183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e0af3c3be19a638130e75da94f79e47513168c1;p=thirdparty%2FPython%2Fcpython.git put a missing curly brace --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 6bd60c91c664..a63ae3af3b46 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]