summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-06-01 23:31:18 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-06-01 23:31:18 (GMT)
commita0abb24729dd3689d75ff89e7f73fa0f79d580e0 (patch)
tree12cefa6a538bb963834ca0306f5951fe49cc6e66 /Doc
parent79cf9d8e7f92b47d8ba575c7d63084cae6e44e33 (diff)
downloadcpython-a0abb24729dd3689d75ff89e7f73fa0f79d580e0.zip
cpython-a0abb24729dd3689d75ff89e7f73fa0f79d580e0.tar.gz
cpython-a0abb24729dd3689d75ff89e7f73fa0f79d580e0.tar.bz2
[Bug #1105706] Use correct name for constant
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcurses.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index d7fe79b..8652dee 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}