Kaydet (Commit) dd6d207c authored tarafından Thomas Heller's avatar Thomas Heller

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

üst 48340390
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment