From: George Yoshida Date: Wed, 15 Aug 2007 08:30:10 +0000 (+0000) Subject: Fix doc compilation problem. X-Git-Tag: v3.0a1~398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3541489edc2c7db914fc8f56d089d04f39c57497;p=thirdparty%2FPython%2Fcpython.git Fix doc compilation problem. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index d8abce9ff098..95033f943cb2 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -654,7 +654,7 @@ For 8-bit strings, this method is locale-dependent. \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}