Fix an obvious typo (It *is* a typo, or not?)
This commit is contained in:
parent
48340390ac
commit
dd6d207cf8
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue