commit | 96628a90c47f15f357b31d665a4222d175e17b27 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Apr 10 11:34:00 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Apr 10 11:34:00 1995 +0000 |
tree | 74d6ef8384b587b2526d7c24adbf2f7d4e77bc93 | |
parent | eae3f73b1c86fecfcb3d2b5599a5efd5ddf87306 [diff] [blame] |
typos, layout and other small things
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 960e94b..17717df 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex
@@ -70,7 +70,7 @@ \samp{0} means 8, anything else means 10. If \var{base} is 16, a leading \samp{0x} or \samp{0X} is always accepted. (Note: for a more flexible interpretation of numeric literals, use the built-in function -\code{eval()}. +\code{eval()}.) \bifuncindex{eval} \end{funcdesc}