mirror of
https://github.com/python/cpython.git
synced 2026-03-24 21:51:12 +00:00
[Bug #1105706] Use correct name for constant
This commit is contained in:
parent
79cf9d8e7f
commit
a0abb24729
1 changed files with 2 additions and 2 deletions
|
|
@ -635,8 +635,8 @@ can \emph{not} be used. The defaults are listed in this table:}
|
|||
\lineiii{bs}{Bottom}{\constant{ACS_HLINE}}
|
||||
\lineiii{tl}{Upper-left corner}{\constant{ACS_ULCORNER}}
|
||||
\lineiii{tr}{Upper-right corner}{\constant{ACS_URCORNER}}
|
||||
\lineiii{bl}{Bottom-left corner}{\constant{ACS_BLCORNER}}
|
||||
\lineiii{br}{Bottom-right corner}{\constant{ACS_BRCORNER}}
|
||||
\lineiii{bl}{Bottom-left corner}{\constant{ACS_LLCORNER}}
|
||||
\lineiii{br}{Bottom-right corner}{\constant{ACS_LRCORNER}}
|
||||
\end{tableiii}
|
||||
\end{methoddesc}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue