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

Skip to content

Commit a9c98a8

Browse files
Unpowrap :mod: in the original text
1 parent d3b8a6a commit a9c98a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distutils/setupscript.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ msgid ""
131131
"install, etc.) all pure Python modules found in each package mentioned in "
132132
"the ``packages`` list. In order to do this, of course, there has to be a "
133133
"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 "
136136
"distribution root. Thus, when you say ``packages = ['foo']`` in your setup "
137137
"script, you are promising that the Distutils will find a file :file:`foo/"
138138
"__init__.py` (which might be spelled differently on your system, but you get "

0 commit comments

Comments
 (0)