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::