diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-10-20 16:07:41 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-10-20 16:07:41 (GMT) |
commit | 9dbc0bcf9d0772aee7c397b53500e49b61eb2b75 (patch) | |
tree | ab5eb42b495dc856e399e23a06c943e574ed98c0 /Doc/lib | |
parent | 16e65a023eb7f7d0d091d0ce914b8a9c2e4b8f82 (diff) | |
download | cpython-9dbc0bcf9d0772aee7c397b53500e49b61eb2b75.zip cpython-9dbc0bcf9d0772aee7c397b53500e49b61eb2b75.tar.gz cpython-9dbc0bcf9d0772aee7c397b53500e49b61eb2b75.tar.bz2 |
Update description of border()
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libcurses.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 18984e2..bd98c5f 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -610,9 +610,8 @@ operations. bl\optional{, br}}}}}}}}} Draw a border around the edges of the window. Each parameter specifies the character to use for a specific part of the border; see the table -below for more details. The characters must be specified as integers; -using one-character strings will cause \exception{TypeError} to be -raised. +below for more details. The characters can be specified as integers +or as one-character strings. \note{A \code{0} value for any parameter will cause the default character to be used for that parameter. Keyword parameters |