mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix an obvious typo (It *is* a typo, or not?)
This commit is contained in:
parent
48340390ac
commit
dd6d207cf8
1 changed files with 1 additions and 1 deletions
2
Doc/dist/dist.tex
vendored
2
Doc/dist/dist.tex
vendored
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue