From fb4116f10e990618cedb15a6827e7b8059c436be Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Fri, 6 Jan 2017 23:14:51 +0100 Subject: [PATCH] docs --- waflib/Configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waflib/Configure.py b/waflib/Configure.py index 0818ecbf..918e8488 100644 --- a/waflib/Configure.py +++ b/waflib/Configure.py @@ -415,7 +415,7 @@ def find_program(self, filename, **kw): :param path_list: paths to use for searching :type param_list: list of string - :param var: store the result to conf.env[var], by default use filename.upper() + :param var: store the result to conf.env[var] where var defaults to filename.upper() if not provided; the result is stored as a list of strings :type var: string :param value: obtain the program from the value passed exclusively :type value: list or string (list is preferred)