Author: george.yoshida
Date: Wed Aug 15 10:30:10 2007
New Revision: 57054

Modified:
   python/branches/py3k/Doc/lib/libstdtypes.tex
Log:
Fix doc compilation problem.


Modified: python/branches/py3k/Doc/lib/libstdtypes.tex
==============================================================================
--- python/branches/py3k/Doc/lib/libstdtypes.tex        (original)
+++ python/branches/py3k/Doc/lib/libstdtypes.tex        Wed Aug 15 10:30:10 2007
@@ -654,7 +654,7 @@
 \end{methoddesc}
 
 \begin{methoddesc}[str]{isidentifier}{}
-Return True if S is a valid identifier according\n\
+Return True if S is a valid identifier according
 to the language definition.
 \end{methoddesc}
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to