We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388e0d1 commit 437e9b4Copy full SHA for 437e9b4
README.md
@@ -43,7 +43,7 @@ Please ensure that you have one of these Python versions installed before using
43
> Running encrypted files at runtime using `run()` are only available in formats that can be understood by Python.
44
45
> [!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:
+> 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:
47
> ```python
48
> if __name__ == '__main__':
49
> # Run eval, etc.
0 commit comments