mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Markup nit: OK and ERR should be marked \constant in running text.
This commit is contained in:
parent
2a72712efe
commit
22e9a5eaec
1 changed files with 2 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue