]> granicus.if.org Git - python/commitdiff
Clean up some markup.
authorFred Drake <fdrake@acm.org>
Thu, 27 Jun 2002 18:30:34 +0000 (18:30 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 27 Jun 2002 18:30:34 +0000 (18:30 +0000)
Doc/lib/libcurses.tex

index 4ff170c13cd430a3151159f5f86368d6e117fb62..1f6f4c3d31e4a386009b9f984aca0ff93a75cf8f 100644 (file)
@@ -388,14 +388,15 @@ Leave raw mode. Return to normal ``cooked'' mode with line buffering.
 \end{funcdesc}
 
 \begin{funcdesc}{pair_content}{pair_number}
-Returns a tuple \var{(fg,bg)} containing the colors for the requested
-color pair.  The value of \var{pair_number} must be between 0 and
-COLOR_PAIRS-1.
+Returns a tuple \code{(\var{fg}, \var{bg})} containing the colors for
+the requested color pair.  The value of \var{pair_number} must be
+between \code{0} and \code{\constant{COLOR_PAIRS} - 1}.
 \end{funcdesc}
 
 \begin{funcdesc}{pair_number}{attr}
-Returns the number of the color-pair set by the attribute value \var{attr}.
-\function{color_pair()} is the counterpart to this function.
+Returns the number of the color-pair set by the attribute value
+\var{attr}.  \function{color_pair()} is the counterpart to this
+function.
 \end{funcdesc}
 
 \begin{funcdesc}{putp}{string}