summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 09:12:39 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 09:12:39 (GMT)
commitfb0b2550229854b155136ccb3f9cffe5841277bb (patch)
tree1da3c99750716660b63e930bdfc218a62cf31a86 /Doc
parent9c45050300754c37c2844ece85c84b98532ce1df (diff)
parenta710fdae1cd4bb8a65298ea267ff5a32f7922a04 (diff)
downloadcpython-fb0b2550229854b155136ccb3f9cffe5841277bb.zip
cpython-fb0b2550229854b155136ccb3f9cffe5841277bb.tar.gz
cpython-fb0b2550229854b155136ccb3f9cffe5841277bb.tar.bz2
merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r--Doc/distutils/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index c323775..246be14 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -734,7 +734,7 @@ This module provides the following functions.
.. method:: CCompiler.execute(func, args[, msg=None, level=1])
- Invokes :func:`distutils.util.execute` This method invokes a Python function
+ Invokes :func:`distutils.util.execute`. This method invokes a Python function
*func* with the given arguments *args*, after logging and taking into account
the *dry_run* flag.