[Python-checkins] python/dist/src/Doc/lib libcurses.tex,1.38,1.39

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 27 Jun 2002 11:30:37 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv32249

Modified Files:
	libcurses.tex 
Log Message:
Clean up some markup.


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** libcurses.tex	26 Dec 2001 22:08:44 -0000	1.38
--- libcurses.tex	27 Jun 2002 18:30:34 -0000	1.39
***************
*** 389,400 ****
  
  \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.
  \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.
  \end{funcdesc}
  
--- 389,401 ----
  
  \begin{funcdesc}{pair_content}{pair_number}
! 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.
  \end{funcdesc}