Commit dd6d207c authored by Thomas Heller's avatar Thomas Heller

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

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