Skip to content

Commit 1df26c4

Browse files
committed
typo
1 parent 6f3472e commit 1df26c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtual_environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ which is fully developed and you do not want to make any change to the
1717
libraries it is using but at the same time you start developing another
1818
application which requires the updated versions of those libraries. What
1919
will you do? It is where ``virtualenv`` comes into play. It creates
20-
isolated environments for you python application and allows you to
20+
isolated environments for your python application and allows you to
2121
install Python libraries in that isolated environment instead of
2222
installing them globally.
2323

0 commit comments

Comments
 (0)