File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ msgid ""
131
131
"install, etc.) all pure Python modules found in each package mentioned in "
132
132
"the ``packages`` list. In order to do this, of course, there has to be a "
133
133
"correspondence between package names and directories in the filesystem. The "
134
- "default correspondence is the most obvious one, i.e. package :mod:"
135
- "`distutils` is found in the directory :file:`distutils` relative to the "
134
+ "default correspondence is the most obvious one, i.e. package :mod:`distutils` "
135
+ " is found in the directory :file:`distutils` relative to the "
136
136
"distribution root. Thus, when you say ``packages = ['foo']`` in your setup "
137
137
"script, you are promising that the Distutils will find a file :file:`foo/"
138
138
"__init__.py` (which might be spelled differently on your system, but you get "
You can’t perform that action at this time.
0 commit comments