diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 09:12:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 09:12:39 (GMT) |
commit | fb0b2550229854b155136ccb3f9cffe5841277bb (patch) | |
tree | 1da3c99750716660b63e930bdfc218a62cf31a86 /Doc | |
parent | 9c45050300754c37c2844ece85c84b98532ce1df (diff) | |
parent | a710fdae1cd4bb8a65298ea267ff5a32f7922a04 (diff) | |
download | cpython-fb0b2550229854b155136ccb3f9cffe5841277bb.zip cpython-fb0b2550229854b155136ccb3f9cffe5841277bb.tar.gz cpython-fb0b2550229854b155136ccb3f9cffe5841277bb.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
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. |