[Python-checkins] cpython (2.7): Fix missing period.

georg.brandl python-checkins at python.org
Sun Oct 6 11:11:55 CEST 2013


http://hg.python.org/cpython/rev/6c8a5d5d63b0
changeset:   86041:6c8a5d5d63b0
branch:      2.7
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 11:12:29 2013 +0200
summary:
  Fix missing period.

files:
  Doc/distutils/apiref.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -729,7 +729,7 @@
 
    .. 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list