Fit typo "spontaneouly" in README.md

This commit is contained in:
Michael Newman 2026-07-26 19:12:22 -04:00
parent bec9a562a5
commit 05e5ab7594

View file

@ -672,7 +672,7 @@ to `PATH` in the `<command>`'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.