diff options
author | Guido van Rossum <guido@python.org> | 1995-02-28 17:14:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-28 17:14:32 (GMT) |
commit | 8675115e5f55e69fdb30ebba95e7a6a5216e133c (patch) | |
tree | d09dfc7242177a6061808ab9866d418efbeea0ed /Doc/lib/libstring.tex | |
parent | e4be9be99a7fb0f30e57803fda355321f64b0b05 (diff) | |
download | cpython-8675115e5f55e69fdb30ebba95e7a6a5216e133c.zip cpython-8675115e5f55e69fdb30ebba95e7a6a5216e133c.tar.gz cpython-8675115e5f55e69fdb30ebba95e7a6a5216e133c.tar.bz2 |
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
Diffstat (limited to 'Doc/lib/libstring.tex')
-rw-r--r-- | Doc/lib/libstring.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 1c4e90d..7628a10 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -23,7 +23,7 @@ The constants are: \begin{datadesc}{lowercase} A string containing all the characters that are considered lowercase letters. On most systems this is the string - \code{'abcdefghijklmnopqrstuvwxyz'}. Do not change its definition -- + \code{'abcdefghijklmnopqrstuvwxyz'}. Do not change its definition --- the effect on the routines \code{upper} and \code{swapcase} is undefined. \end{datadesc} @@ -35,7 +35,7 @@ The constants are: \begin{datadesc}{uppercase} A string containing all the characters that are considered uppercase letters. On most systems this is the string - \code{'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}. Do not change its definition -- + \code{'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}. Do not change its definition --- the effect on the routines \code{lower} and \code{swapcase} is undefined. \end{datadesc} @@ -43,7 +43,7 @@ The constants are: \begin{datadesc}{whitespace} A string containing all characters that are considered whitespace. On most systems this includes the characters space, tab, linefeed, - return, formfeed, and vertical tab. Do not change its definition -- + return, formfeed, and vertical tab. Do not change its definition --- the effect on the routines \code{strip} and \code{split} is undefined. \end{datadesc} |