From 7afaffb13baf8e6f87ef84bccaf0806b9aa1c7eb Mon Sep 17 00:00:00 2001 From: ChrisJL Date: Sat, 5 Oct 2024 09:45:16 +0100 Subject: Correct spelling errors Co-authored-by: Mark <1515135+MarkKoz@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2b4e9fd..6e9b0e8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The above command will make the API accessible on the host via `http://localhost ### Python multi-version support -By default, the binary ran within nsjail is the binary specified by `DEFAULT_BINARY_PATH` at the top of [`nsjail.py`]. This can be overridden by specifying `binary_path` in the request body of calls to `POST /eval` or by setting the `binary_path` kwarg if calling `NSJail.python3()` directly. +By default, the binary that runs within nsjail is the binary specified by `DEFAULT_BINARY_PATH` at the top of [`nsjail.py`]. This can be overridden by specifying `binary_path` in the request body of calls to `POST /eval` or by setting the `binary_path` kwarg if calling `NSJail.python3()` directly. Any binary that exists within the container is a valid value for `binary_path`. The main use case of this feature is currently to specify the version of Python to use. -- cgit v1.2.3