diff --git a/book/18-environments.ipynb b/book/18-environments.ipynb index 50fa832..12d2397 100644 --- a/book/18-environments.ipynb +++ b/book/18-environments.ipynb @@ -489,7 +489,7 @@ "\n", "We have used `myvirtualenv` as the name of the virtual environment. In general, the name can be chosen freely. Commonly used names include `env` or `venv`. Ocasionally, the environment is installed in a hidden subdirectory (such as `.env` or `.venv`). \n", "\n", - "We have not used the `venv` name for pedagogical to avoid confusion with the `venv` module." + "We have not used the `venv` name for pedagogical reasons to avoid confusion with the `venv` module." ] }, { @@ -1680,4 +1680,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}