Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Sep 5, 2023
1 parent 660acd8 commit 271bd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/executor_forces_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ These may require additional browsing of the documentation to complete.
time.sleep(0.1)
task.poll()
if task.file_exists_ins_workdir(statfile):
if task.file_exists_in_workdir(statfile):
with open(statfile, "r") as f:
if "kill\n" in f.readlines():
task.kill()
Expand Down

0 comments on commit 271bd1e

Please sign in to comment.