diff options
author | Georg Brandl <georg@python.org> | 2010-07-26 15:11:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-26 15:11:49 (GMT) |
commit | f6914aa76be75b5ac6fe2c11a3f1cedab317f43a (patch) | |
tree | 203196dd0bc10cbff38a074f3bf4590a51d13ead /Doc/install | |
parent | 3f911a16db37706beab4971f692a5f0ad19bf59f (diff) | |
download | cpython-f6914aa76be75b5ac6fe2c11a3f1cedab317f43a.zip cpython-f6914aa76be75b5ac6fe2c11a3f1cedab317f43a.tar.gz cpython-f6914aa76be75b5ac6fe2c11a3f1cedab317f43a.tar.bz2 |
Fix grammar.
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 2231058..0336551 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -314,8 +314,8 @@ The idea behind the "home scheme" is that you build and maintain a personal stash of Python modules. This scheme's name is derived from the idea of a "home" directory on Unix, since it's not unusual for a Unix user to make their home directory have a layout similar to :file:`/usr/` or :file:`/usr/local/`. -This scheme can be used by anyone, regardless of the operating system their -installing for. +This scheme can be used by anyone, regardless of the operating system they +are installing for. Installing a new module distribution is as simple as :: |