From: Georg Brandl Date: Sun, 6 Oct 2013 09:12:29 +0000 (+0200) Subject: Fix missing period. X-Git-Tag: v3.4.0a4~251^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a710fdae1cd4bb8a65298ea267ff5a32f7922a04;p=python Fix missing period. --- diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index c323775cb4..246be14019 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.