Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd6d207

Browse files
author
Thomas Heller
committed
Fix an obvious typo (It *is* a typo, or not?)
1 parent 4834039 commit dd6d207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/dist/dist.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ \subsection{Installing Package Data}
693693
setup(...,
694694
packages=['mypkg'],
695695
package_dir={'mypkg': 'src/mypkg'},
696-
package_data={'pypkg': ['data/*.dat']},
696+
package_data={'mypkg': ['data/*.dat']},
697697
)
698698
\end{verbatim}
699699

0 commit comments

Comments
 (0)