[Python-checkins] python/dist/src/Doc/tut tut.tex, 1.196.8.5, 1.196.8.6

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Oct 19 03:31:17 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1:/tmp/cvs-serv25966/tut

Modified Files:
      Tag: release23-maint
	tut.tex 
Log Message:
Patch #821093: Fix various typos.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.196.8.5
retrieving revision 1.196.8.6
diff -C2 -d -r1.196.8.5 -r1.196.8.6
*** tut.tex	30 Aug 2003 23:24:37 -0000	1.196.8.5
--- tut.tex	19 Oct 2003 07:31:15 -0000	1.196.8.6
***************
*** 2481,2485 ****
  efficiency or to provide access to operating system primitives such as
  system calls.  The set of such modules is a configuration option which
! also dependson the underlying platform  For example,
  the \module{amoeba} module is only provided on systems that somehow
  support Amoeba primitives.  One particular module deserves some
--- 2481,2485 ----
  efficiency or to provide access to operating system primitives such as
  system calls.  The set of such modules is a configuration option which
! also depends on the underlying platform  For example,
  the \module{amoeba} module is only provided on systems that somehow
  support Amoeba primitives.  One particular module deserves some
***************
*** 2633,2637 ****
  \end{verbatim}
  
! When importing the package, Python searchs through the directories
  on \code{sys.path} looking for the package subdirectory.
  
--- 2633,2637 ----
  \end{verbatim}
  
! When importing the package, Python searches through the directories
  on \code{sys.path} looking for the package subdirectory.
  





More information about the Python-checkins mailing list