summaryrefslogtreecommitdiff
path: root/docs/docs/walkthroughs/create-a-recipe.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/walkthroughs/create-a-recipe.md')
-rw-r--r--docs/docs/walkthroughs/create-a-recipe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/walkthroughs/create-a-recipe.md b/docs/docs/walkthroughs/create-a-recipe.md
index 0cf1892e..12dd3167 100644
--- a/docs/docs/walkthroughs/create-a-recipe.md
+++ b/docs/docs/walkthroughs/create-a-recipe.md
@@ -67,7 +67,7 @@ class CreatePytestsStep(Step):
code = await sdk.ide.readFile(self.input_file_path)
sdk.run_step(CreateDirStep(output_dir_path))
- sdk.run_step(WritePytestsStep(code, output_file_prefix, output_dir_path))
+ sdk.run_step(WritePytestsRecipe(code, output_file_prefix, output_dir_path))
```
### Adjust for different OS