From b8dc66b588510ade2d51f632a93e55395d813271 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 30 Mar 2022 19:22:40 -0500 Subject: [PATCH] restore literal asterisk --- basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics.md b/basics.md index 9b14be1d2..c0bc6dd49 100644 --- a/basics.md +++ b/basics.md @@ -118,7 +118,7 @@ Otherwise the contents of the _config_ dictionary should include all the inputs want to create. The configuration dictionary should not be used for overriding what Hamilton will compute. To do this, use the `override` parameter as part of the `execute()` -- see below. -#### modules: ModuleType +#### \*modules: ModuleType This can be any number of modules. We traverse the modules in the order they are provided. ### Driver.execute()