From f6914aa76be75b5ac6fe2c11a3f1cedab317f43a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 26 Jul 2010 15:11:49 +0000 Subject: [PATCH] Fix grammar. --- Doc/install/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 2231058237..033655146f 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 :: -- 2.50.0