[Python-checkins] python/dist/src/Doc/tut tut.tex,1.244,1.245

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Aug 9 16:07:01 CEST 2004


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

Modified Files:
	tut.tex 
Log Message:
fix markup nit


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.244
retrieving revision 1.245
diff -C2 -d -r1.244 -r1.245
*** tut.tex	7 Aug 2004 17:05:42 -0000	1.244
--- tut.tex	9 Aug 2004 14:06:58 -0000	1.245
***************
*** 2768,2772 ****
  \subsection{Importing * From a Package \label{pkg-import-star}}
  %The \code{__all__} Attribute
! \index{__all__}
  Now what happens when the user writes \code{from Sound.Effects import
  *}?  Ideally, one would hope that this somehow goes out to the
--- 2768,2773 ----
  \subsection{Importing * From a Package \label{pkg-import-star}}
  %The \code{__all__} Attribute
! 
! \ttindex{__all__}
  Now what happens when the user writes \code{from Sound.Effects import
  *}?  Ideally, one would hope that this somehow goes out to the



More information about the Python-checkins mailing list