There was an error while loading. Please reload this page.
1 parent 6f3472e commit 1df26c4Copy full SHA for 1df26c4
1 file changed
virtual_environment.rst
@@ -17,7 +17,7 @@ which is fully developed and you do not want to make any change to the
17
libraries it is using but at the same time you start developing another
18
application which requires the updated versions of those libraries. What
19
will you do? It is where ``virtualenv`` comes into play. It creates
20
-isolated environments for you python application and allows you to
+isolated environments for your python application and allows you to
21
install Python libraries in that isolated environment instead of
22
installing them globally.
23
0 commit comments