Author: adrian Date: 2008-09-09 14:09:05 -0500 (Tue, 09 Sep 2008) New Revision: 8993
Modified: django/trunk/docs/intro/install.txt Log: Fixed #8986 -- Fixed typo in install.txt. Thanks, rduffield Modified: django/trunk/docs/intro/install.txt =================================================================== --- django/trunk/docs/intro/install.txt 2008-09-09 16:07:06 UTC (rev 8992) +++ django/trunk/docs/intro/install.txt 2008-09-09 19:09:05 UTC (rev 8993) @@ -26,7 +26,7 @@ .. _jython: http://jython.org/ -You can verify that Python's installed py typing ``python`` from your shell; you should see something like:: +You can verify that Python's installed by typing ``python`` from your shell; you should see something like:: Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
