Skip to content

Commit 7022a9f

Browse files
author
Surya Teja Reddy Valluri
committed
Fixed typos/grammer
1 parent fb856c1 commit 7022a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/virtualenvs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ the prompt (e.g. ``(venv)Your-Computer:your_project UserName$)`` to let you know
264264
that it's active. From now on, any package that you install using pip will be
265265
placed in the ``venv`` folder, isolated from the global Python installation.
266266

267-
For windows, same command which is mentioned in step 1 can be used for creation of virtual environment. But, to activate, we use the following command.
267+
For Windows, same command which is mentioned in step 1 can be used for creation of virtual environment. But, to activate, we use the following command.
268268

269-
Assuming that, you are in project directory:
269+
Assuming that you are in project directory:
270270

271271
.. code-block:: powershell
272272
@@ -296,7 +296,7 @@ littered across your system, and its possible you'll forget their names or
296296
where they were placed.
297297

298298
.. note::
299-
Python has included virtual environment module from 3.3. It works in the simliar way as mentioned above. For details: `venv <https://docs.python.org/3/library/venv.html>`_.
299+
Python has included venv module from 3.3. For more details: `venv <https://docs.python.org/3/library/venv.html>`_.
300300

301301
Other Notes
302302
~~~~~~~~~~~

0 commit comments

Comments
 (0)