Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Apr 11, 2024
1 parent 2c03824 commit d2d4a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/04-function-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.
Expand Down

0 comments on commit d2d4a87

Please sign in to comment.