[Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.20.2.4,1.20.2.5
Fred L. Drake
fdrake@weyr.cnri.reston.va.us
Mon, 6 Mar 2000 11:57:09 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib
Modified Files:
Tag: release152p1-patches
libstdtypes.tex
Log Message:
"described section" --> "described in section"
Index: libstdtypes.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -C2 -r1.20.2.4 -r1.20.2.5
*** libstdtypes.tex 2000年03月01日 16:21:16 1.20.2.4
--- libstdtypes.tex 2000年03月06日 16:57:06 1.20.2.5
***************
*** 731,735 ****
File objects are implemented using \C{}'s \code{stdio}
package and can be created with the built-in function
! \function{open()}\bifuncindex{open} described section
\ref{built-in-funcs}, ``Built-in Functions.'' They are also returned
by some other built-in functions and methods, e.g.,
--- 731,735 ----
File objects are implemented using \C{}'s \code{stdio}
package and can be created with the built-in function
! \function{open()}\bifuncindex{open} described in section
\ref{built-in-funcs}, ``Built-in Functions.'' They are also returned
by some other built-in functions and methods, e.g.,