Author: george.yoshida
Date: Mon Feb 26 02:58:37 2007
New Revision: 53928

Modified:
   python/branches/p3yk/Doc/ref/ref3.tex
Log:
put a missing curly brace


Modified: python/branches/p3yk/Doc/ref/ref3.tex
==============================================================================
--- python/branches/p3yk/Doc/ref/ref3.tex       (original)
+++ python/branches/p3yk/Doc/ref/ref3.tex       Mon Feb 26 02:58:37 2007
@@ -530,7 +530,7 @@
   \ttindex{__code__}
   \ttindex{__globals__}
   \ttindex{__annotations__}
-  \ttindex{__kwdefaults__}
+  \ttindex{__kwdefaults__}}
 \indexii{global}{namespace}
 
 \item[User-defined methods]
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to