[Checkins] SVN: zope3book/trunk/source/getting-started.rst We're using python 2.5, not 2.4 in the example.

Dan Korostelev nadako at gmail.com
Wed Feb 25 04:26:06 EST 2009


Log message for revision 97238:
  We're using python 2.5, not 2.4 in the example.

Changed:
  U   zope3book/trunk/source/getting-started.rst

-=-
Modified: zope3book/trunk/source/getting-started.rst
===================================================================
--- zope3book/trunk/source/getting-started.rst	2009-02-25 08:58:37 UTC (rev 97237)
+++ zope3book/trunk/source/getting-started.rst	2009-02-25 09:26:06 UTC (rev 97238)
@@ -49,7 +49,7 @@
 
 After installation, you can invoke the Python interpreter like this::
 
-  $ ~/usr/bin/python2.4
+  $ ~/usr/bin/python2.5
   >>> print "Hello, world!"
   Hello, world!
 



More information about the Checkins mailing list