[Python-checkins] CVS: python/dist/src/Doc/lib libwebbrowser.tex,1.5,1.6

Eric S. Raymond esr@users.sourceforge.net
Tue, 23 Jan 2001 05:22:30 -0800


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

Modified Files:
	libwebbrowser.tex 
Log Message:
Oops...finish a mangled sentence.


Index: libwebbrowser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwebbrowser.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** libwebbrowser.tex	2001/01/23 13:16:32	1.5
--- libwebbrowser.tex	2001/01/23 13:22:28	1.6
***************
*** 52,56 ****
    Return a controller object for the browser type \var{name}.  If
    \var{name} is empty, return a controller for a default browser
!   appriopriate 
  \end{funcdesc}
  
--- 52,56 ----
    Return a controller object for the browser type \var{name}.  If
    \var{name} is empty, return a controller for a default browser
!   appropriate to the caller's environment.
  \end{funcdesc}