[Python-3000-checkins] r57054 - python/branches/py3k/Doc/lib/libstdtypes.tex

george.yoshida python-3000-checkins at python.org
Wed Aug 15 10:30:12 CEST 2007


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}
 


More information about the Python-3000-checkins mailing list