[Python-checkins] python/dist/src/Doc/dist dist.tex,1.77,1.78

theller at users.sourceforge.net theller at users.sourceforge.net
Fri Jun 18 13:31:27 EDT 2004


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

Modified Files:
	dist.tex 
Log Message:
Fix an obvious typo (It *is* a typo, or not?)


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** dist.tex	18 Jun 2004 06:55:28 -0000	1.77
--- dist.tex	18 Jun 2004 17:31:23 -0000	1.78
***************
*** 694,698 ****
        packages=['mypkg'],
        package_dir={'mypkg': 'src/mypkg'},
!       package_data={'pypkg': ['data/*.dat']},
        )
  \end{verbatim}
--- 694,698 ----
        packages=['mypkg'],
        package_dir={'mypkg': 'src/mypkg'},
!       package_data={'mypkg': ['data/*.dat']},
        )
  \end{verbatim}




More information about the Python-checkins mailing list