From: Andrew M. Kuchling Date: Sat, 20 Oct 2001 16:07:41 +0000 (+0000) Subject: Update description of border() X-Git-Tag: v2.2.1c1~1137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dbc0bcf9d0772aee7c397b53500e49b61eb2b75;p=python Update description of border() --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 18984e2f3d..bd98c5f68c 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