diff options
author | Victoria Drake <hello@victoria.dev> | 2019-08-24 13:40:40 -0400 |
---|---|---|
committer | Victoria Drake <hello@victoria.dev> | 2019-08-24 13:40:40 -0400 |
commit | 8b592b6fc0be64ec74eb81a0e5fb83f7335cbfea (patch) | |
tree | 0c708c53ae968ba46079cc1e1dc03b499777abb3 | |
parent | bf804cac8bd5a66c78819e966cd2bbe2e1c132f4 (diff) | |
download | virtualenv-8b592b6fc0be64ec74eb81a0e5fb83f7335cbfea.tar.gz |
Fix spelling errors in docs
- Make minor spelling corrections
-rw-r--r-- | docs/reference.rst | 2 | ||||
-rw-r--r-- | docs/userguide.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference.rst b/docs/reference.rst index fe92de2..8363117 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -281,7 +281,7 @@ mechanisms used by the two modules are very different. Problems arise when environments get "nested" (a virtual environment is created from within another one - for example, running the virtualenv tests -using tox, where tox creates a virtual environemnt to run the tests, and the +using tox, where tox creates a virtual environment to run the tests, and the tests themselves create further virtual environments). ``virtualenv`` supports creating virtual environments from within another one diff --git a/docs/userguide.rst b/docs/userguide.rst index ace68b5..9fe9acd 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -90,7 +90,7 @@ below. If using Powershell, the ``activate`` script is subject to the `execution policies`_ on the system. By default on Windows 7, the system's - excution policy is set to ``Restricted``, meaning no scripts like the + execution policy is set to ``Restricted``, meaning no scripts like the ``activate`` script are allowed to be executed. But that can't stop us from changing that slightly to allow it to be executed. |