From dd6d207cf80c6866cb8036a56ea19759370a468b Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 18 Jun 2004 17:31:23 +0000 Subject: Fix an obvious typo (It *is* a typo, or not?) --- Doc/dist/dist.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index daf1a5c..096702b 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} -- cgit v0.12