diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 09:12:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 09:12:29 (GMT) |
commit | a710fdae1cd4bb8a65298ea267ff5a32f7922a04 (patch) | |
tree | 0354740eb738ec5a3b55a90ffd72556c75efd4d6 /Doc/distutils/apiref.rst | |
parent | 22a1fd75cce74638130bbfebce85a5f01b3d5e81 (diff) | |
download | cpython-a710fdae1cd4bb8a65298ea267ff5a32f7922a04.zip cpython-a710fdae1cd4bb8a65298ea267ff5a32f7922a04.tar.gz cpython-a710fdae1cd4bb8a65298ea267ff5a32f7922a04.tar.bz2 |
Fix missing period.
Diffstat (limited to 'Doc/distutils/apiref.rst')
-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. |