mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix missing period.
This commit is contained in:
parent
22a1fd75cc
commit
a710fdae1c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue