]> granicus.if.org Git - python/commitdiff
Fix missing period.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:12:29 +0000 (11:12 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:12:29 +0000 (11:12 +0200)
Doc/distutils/apiref.rst

index c323775cb4d343a3919b2af6df5f960baa20db77..246be14019edfae8581e0e88255eb8e58e6f9d54 100644 (file)
@@ -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.