diff options
author | George Yoshida <dynkin@gmail.com> | 2007-08-15 08:30:10 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2007-08-15 08:30:10 (GMT) |
commit | 3541489edc2c7db914fc8f56d089d04f39c57497 (patch) | |
tree | e5cd2bf56124d8083f67d228b91ee6f784e0fcd5 | |
parent | 47383403a0a11259acb640406a8efc38981d2255 (diff) | |
download | cpython-3541489edc2c7db914fc8f56d089d04f39c57497.zip cpython-3541489edc2c7db914fc8f56d089d04f39c57497.tar.gz cpython-3541489edc2c7db914fc8f56d089d04f39c57497.tar.bz2 |
Fix doc compilation problem.
-rw-r--r-- | Doc/lib/libstdtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |