From 37da1dac67053c830126c1115c592ef6c0974527 Mon Sep 17 00:00:00 2001 From: Adam Halstead Date: Thu, 6 Feb 2020 13:10:50 -0600 Subject: [PATCH] Update usage.rst --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index c8c1653..7060a32 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -42,7 +42,7 @@ Here we will create a study from these two files: .. code:: python # Create a study object by running the wizard - study = tmtk.wizard.create_study('./studies/wizard/') + study = tmtk.toolbox.wizard.create_study('./studies/wizard/') .. parsed-literal::