summaryrefslogtreecommitdiffstats
path: root/Doc/library/packaging.compiler.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-07-09 09:48:50 (GMT)
committerGeorg Brandl <georg@python.org>2011-07-09 09:48:50 (GMT)
commitd3b41c63a6fc4f335773a1e2b834859ed48f604f (patch)
tree7d15f66264352d1702ff3d2cae57ff4131111bdf /Doc/library/packaging.compiler.rst
parent6c0929b2dda5f3d2d062200ee1e118aa1fc80bfa (diff)
downloadcpython-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.rst2
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.