From: Thomas Heller Date: Fri, 18 Jun 2004 17:31:23 +0000 (+0000) Subject: Fix an obvious typo (It *is* a typo, or not?) X-Git-Tag: v2.4a1~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd6d207cf80c6866cb8036a56ea19759370a468b;p=python Fix an obvious typo (It *is* a typo, or not?) --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index daf1a5cb90..096702b844 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -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}