summaryrefslogtreecommitdiffstats
path: root/Doc/library/packaging.util.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/packaging.util.rst')
-rw-r--r--Doc/library/packaging.util.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/packaging.util.rst b/Doc/library/packaging.util.rst
index 7513249..e628c32 100644
--- a/Doc/library/packaging.util.rst
+++ b/Doc/library/packaging.util.rst
@@ -90,7 +90,7 @@ This module contains various helpers for the other modules.
Search the path for a given executable name.
-.. function:: execute(func, args, msg=None, verbose=0, dry_run=0)
+.. function:: execute(func, args, msg=None, dry_run=False)
Perform some action that affects the outside world (for instance, writing to
the filesystem). Such actions are special because they are disabled by the