diff options
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/README.md b/src/python/README.md index 3e28acb..1f6e18a 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -22,7 +22,7 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho | optimize | Optimize Python for performance when compiled (slow) | boolean | false | | installPath | The path where python will be installed. | string | /usr/local/python | | installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false | -| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | | +| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - | |