From 1c7528461400103a083af2fb6227259a39d59b2f Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 5 Jan 2019 16:20:45 +0100 Subject: [PATCH] docs --- waflib/Context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waflib/Context.py b/waflib/Context.py index c30bbc0d..38c64645 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -678,7 +678,7 @@ def load_module(path, encoding=None): def load_tool(tool, tooldir=None, ctx=None, with_sys_path=True): """ - Importx a Waf tool as a python module, and stores it in the dict :py:const:`waflib.Context.Context.tools` + Imports a Waf tool as a python module, and stores it in the dict :py:const:`waflib.Context.Context.tools` :type tool: string :param tool: Name of the tool