]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Bug #1105706] Use correct name for constant
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 1 Jun 2005 23:32:31 +0000 (23:32 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 1 Jun 2005 23:32:31 +0000 (23:32 +0000)
Doc/lib/libcurses.tex

index d7fe79bd449dae5a4de251f9c5277e58fb8287ed..8652deeb7f79b4960cb1b78a495ef8d665cfedd1 100644 (file)
@@ -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}