[Pyobjc-dev] [PyObjC-svn] rev 984 - trunk/pyobjc
Brought to you by:
ronaldoussoren
From: <bo...@sa...> - 2004-05-31 00:26:29
|
Author: bob Date: 2004-05-30 19:26:19 -0500 (Sun, 30 May 2004) New Revision: 984 Modified: trunk/pyobjc/Install.txt Log: Fix the other small grammatical error :) Modified: trunk/pyobjc/Install.txt =================================================================== --- trunk/pyobjc/Install.txt 2004-05-31 00:18:07 UTC (rev 983) +++ trunk/pyobjc/Install.txt 2004-05-31 00:26:19 UTC (rev 984) @@ -39,7 +39,7 @@ The setup.py system can also be used to create source and binary distribution archives automatically. -Use ``sudo`` to install the PyObjC package into a the Apple supplied +Use ``sudo`` to install the PyObjC package into the Apple supplied Python's site-packages directory on OS X 10.2 and greater: % sudo python setup.py install |