Skip to content

Commit

Permalink
Update string
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Aug 17, 2024
1 parent 26614cf commit 544a523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
if output is not None and output["result"]: # type: ignore
print("Yippee! It worked!")
else:
print("Aww, maybe your compute is just a little slow?")
print("Aww, maybe your computer is just a little slow?")

context.kill_IPC()

Expand Down

0 comments on commit 544a523

Please sign in to comment.