Fix an obvious typo (It *is* a typo, or not?)

This commit is contained in:
Thomas Heller 2004-06-18 17:31:23 +00:00
parent 48340390ac
commit dd6d207cf8

2
Doc/dist/dist.tex vendored
View file

@ -693,7 +693,7 @@ The corresponding call to \function{setup()} might be:
setup(...,
packages=['mypkg'],
package_dir={'mypkg': 'src/mypkg'},
package_data={'pypkg': ['data/*.dat']},
package_data={'mypkg': ['data/*.dat']},
)
\end{verbatim}