mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Update description of border()
This commit is contained in:
parent
16e65a023e
commit
9dbc0bcf9d
1 changed files with 2 additions and 3 deletions
|
|
@ -610,9 +610,8 @@ operations.
|
||||||
bl\optional{, br}}}}}}}}}
|
bl\optional{, br}}}}}}}}}
|
||||||
Draw a border around the edges of the window. Each parameter specifies
|
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
|
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;
|
below for more details. The characters can be specified as integers
|
||||||
using one-character strings will cause \exception{TypeError} to be
|
or as one-character strings.
|
||||||
raised.
|
|
||||||
|
|
||||||
\note{A \code{0} value for any parameter will cause the
|
\note{A \code{0} value for any parameter will cause the
|
||||||
default character to be used for that parameter. Keyword parameters
|
default character to be used for that parameter. Keyword parameters
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue