mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Markup nit: OK and ERR should be marked \constant in running text.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user