Skip to content

Commit 437e9b4

Browse files
authored
Fixed some spelling issues
1 parent 388e0d1 commit 437e9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Please ensure that you have one of these Python versions installed before using
4343
> Running encrypted files at runtime using `run()` are only available in formats that can be understood by Python.
4444
4545
> [!IMPORTANT]
46-
> When running `safe_eval`, make sure to wait for the Python file to finish its bootstrapping phase. This can be done by simple waiting for:
46+
> When running `safe_eval`, make sure to wait for the Python file to finish its bootstrapping phase. This can be done by simply waiting for:
4747
> ```python
4848
> if __name__ == '__main__':
4949
> # Run eval, etc.

0 commit comments

Comments
 (0)