From 3541489edc2c7db914fc8f56d089d04f39c57497 Mon Sep 17 00:00:00 2001 From: George Yoshida Date: Wed, 15 Aug 2007 08:30:10 +0000 Subject: Fix doc compilation problem. --- Doc/lib/libstdtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index d8abce9..95033f9 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} -- cgit v0.12