summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-01-04 05:14:45 (GMT)
committerFred Drake <fdrake@acm.org>2001-01-04 05:14:45 (GMT)
commit22e9a5eaec5b87a29167f0ba00aebf206b96fbeb (patch)
tree08bf7990d2a8e54fc07b4ba020ee8d2796cbf722 /Doc
parent2a72712efe58f513919eb01ce4599df3ca6608ee (diff)
downloadcpython-22e9a5eaec5b87a29167f0ba00aebf206b96fbeb.zip
cpython-22e9a5eaec5b87a29167f0ba00aebf206b96fbeb.tar.gz
cpython-22e9a5eaec5b87a29167f0ba00aebf206b96fbeb.tar.bz2
Markup nit: OK and ERR should be marked \constant in running text.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcurses.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index 00dec6d..e9ed7a2d 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -1028,13 +1028,12 @@ The \module{curses} module defines the following data members:
\begin{datadesc}{ERR}
Some curses routines that return an integer, such as
-\function{getch()}, return ERR upon failure.
+\function{getch()}, return \constant{ERR} upon failure.
\end{datadesc}
\begin{datadesc}{OK}
Some curses routines that return an integer, such as
-\function{napms()}, return OK upon success.
-
+\function{napms()}, return \constant{OK} upon success.
\end{datadesc}
\begin{datadesc}{version}