]> granicus.if.org Git - python/commitdiff
Fix an obvious typo (It *is* a typo, or not?)
authorThomas Heller <theller@ctypes.org>
Fri, 18 Jun 2004 17:31:23 +0000 (17:31 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 18 Jun 2004 17:31:23 +0000 (17:31 +0000)
Doc/dist/dist.tex

index daf1a5cb903a5a2583ba71e4016beea1ef2d202f..096702b844c6f4e3ecb63dceb48ccaa1c47985bf 100644 (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}