From: Andrew M. Kuchling Date: Wed, 1 Jun 2005 23:32:31 +0000 (+0000) Subject: [Bug #1105706] Use correct name for constant X-Git-Tag: v2.4.2c1~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3fd1bee3cacd068da96502b253c610dffaca64a;p=thirdparty%2FPython%2Fcpython.git [Bug #1105706] Use correct name for constant --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index d7fe79bd449d..8652deeb7f79 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -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}