From: Fred Drake Date: Thu, 4 Jan 2001 05:14:45 +0000 (+0000) Subject: Markup nit: OK and ERR should be marked \constant in running text. X-Git-Tag: v2.1a1~418 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22e9a5eaec5b87a29167f0ba00aebf206b96fbeb;p=python Markup nit: OK and ERR should be marked \constant in running text. --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 00dec6df38..e9ed7a2d75 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}