[Python-checkins] python/dist/src/Doc/lib libcurses.tex,1.51,1.52

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Tue Jun 14 16:45:26 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5858

Modified Files:
	libcurses.tex 
Log Message:
[Bug #1219862] Document correct argument range for pair_content()

Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- libcurses.tex	1 Jun 2005 23:31:18 -0000	1.51
+++ libcurses.tex	14 Jun 2005 14:45:24 -0000	1.52
@@ -391,7 +391,7 @@
 \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}.
+between \code{1} and \code{\constant{COLOR_PAIRS} - 1}.
 \end{funcdesc}
 
 \begin{funcdesc}{pair_number}{attr}



More information about the Python-checkins mailing list