From d2d4a878cc3a40ca18c9aebcd1052d45a751ed8c Mon Sep 17 00:00:00 2001 From: Benjamin Pritchard Date: Thu, 11 Apr 2024 10:07:20 -0400 Subject: [PATCH] Fix typo --- _episodes/04-function-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/04-function-style.md b/_episodes/04-function-style.md index 3702a28..f5c0eb9 100644 --- a/_episodes/04-function-style.md +++ b/_episodes/04-function-style.md @@ -61,7 +61,7 @@ def open_pdb(f_loc): If we want to test our function, we require a pdb file. The workshop materials downloaded during the setup include a set of pdb examples. -These are found in `molssi_beter_practices/starting_material/data/pdb/`. +These are found in `molssi_best_practices/starting_material/data/pdb/`. We want to store these files in our `molecool` directory. Luckily, `cookiecutter` created a folder designed specifically for that purpose. The folder is in `molecool/data/`.