From bac39a0ef85996975923bedd5098107bebaa561a Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Mon, 27 Jul 2026 01:30:33 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ff5898d..03dfbbd3 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,7 @@ to `PATH` in the ``'s environment, the same as what e.g. RVM does. ### Running nested shells from Python-based programs In addition to altering `PATH`, `pyenv exec` sets `PYENV_VERSION` in the -executed program's environment to ensure that it won't spontaneouly switch to +executed program's environment to ensure that it won't spontaneously switch to using a different Python version. Some Python-based programs (e.g. Jupyter) can spawn nested shell sessions.