diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-11 20:53:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-11 20:53:03 (GMT) |
commit | ee60191d1d318684a896794faad9ccbcfe9bd254 (patch) | |
tree | 6f56860916156f1d59f0f8159e55882648a8d9ad /Doc/lib/liblocale.tex | |
parent | 17e564042d8eccfd571ef898709d1454727741be (diff) | |
download | cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.zip cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.tar.gz cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.tar.bz2 |
Lighten up tables.
Diffstat (limited to 'Doc/lib/liblocale.tex')
-rw-r--r-- | Doc/lib/liblocale.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 1752790..07361b8 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -84,7 +84,7 @@ sign should be placed for positive and negative monetary values. The possible values for \code{p_sign_posn} and \code{n_sign_posn} are given below. -\begin{tableii}{|c|l|}{code}{Value}{Explanation} +\begin{tableii}{c|l}{code}{Value}{Explanation} \lineii{0}{Currency and value are surrounded by parentheses.} \lineii{1}{The sign should precede the value and currency symbol.} \lineii{2}{The sign should follow the value and currency symbol.} |