diff options
author | Georg Brandl <georg@python.org> | 2011-07-09 09:48:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-09 09:48:50 (GMT) |
commit | d3b41c63a6fc4f335773a1e2b834859ed48f604f (patch) | |
tree | 7d15f66264352d1702ff3d2cae57ff4131111bdf /Doc/library/packaging.compiler.rst | |
parent | 6c0929b2dda5f3d2d062200ee1e118aa1fc80bfa (diff) | |
download | cpython-d3b41c63a6fc4f335773a1e2b834859ed48f604f.zip cpython-d3b41c63a6fc4f335773a1e2b834859ed48f604f.tar.gz cpython-d3b41c63a6fc4f335773a1e2b834859ed48f604f.tar.bz2 |
Fix syntax in packaging docs and update suspicious ignore file.
Diffstat (limited to 'Doc/library/packaging.compiler.rst')
-rw-r--r-- | Doc/library/packaging.compiler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/packaging.compiler.rst b/Doc/library/packaging.compiler.rst index cf88685..38e9ce5 100644 --- a/Doc/library/packaging.compiler.rst +++ b/Doc/library/packaging.compiler.rst @@ -368,7 +368,7 @@ libraries and the like. *sources* must be a list of filenames, most likely C/C++ files, but in reality anything that can be handled by a particular compiler and compiler class (e.g. - an ``'msvc'`` compiler` can handle resource files in *sources*). Return a list of + an ``'msvc'`` compiler can handle resource files in *sources*). Return a list of object filenames, one per source filename in *sources*. Depending on the implementation, not all source files will necessarily be compiled, but all corresponding object filenames will be returned. |