[pypy-svn] r12403 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Tue May 17 08:57:19 CEST 2005


Author: hpk
Date: Tue May 17 08:57:18 2005
New Revision: 12403

Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
fixed/streamlined the grammar a bit


Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Tue May 17 08:57:18 2005
@@ -40,10 +40,10 @@
 Svn-check out & run the latest PyPy as a two-liner
 --------------------------------------------------
 
-If you want to play with the ongoing development version 
-of PyPy you can check out it out from repository using subversion. To do this
-download and install subversion_ if you don't allready have it. Then you can
-simply do on the command line (DOS box or terminal)::
+If you want to play with the ongoing development PyPy version 
+you can check it out from the repository using subversion. Download 
+and install subversion_ if you don't allready have it. Then you can
+issue on the command line (DOS box or terminal)::
 
     svn co http://codespeak.net/svn/pypy/dist pypy-dist 
 
@@ -57,8 +57,9 @@
 
 have fun :-) 
 
-If you want to know more about our subversion read this_. You may also want to
-go to more `detailed version`_ of this two-liner below.
+If you want to know more how to get started with subversion read this_. 
+You may also want to go to more `detailed version`_ of this 
+two-liner below.
 
 Understanding PyPy's architecture
 ---------------------------------



More information about the Pypy-commit mailing list