[Python-checkins] r61087 - in python/trunk/Doc: tutorial/interpreter.rst using/unix.rst using/windows.rst

georg.brandl python-checkins at python.org
Tue Feb 26 20:13:45 CET 2008


Author: georg.brandl
Date: Tue Feb 26 20:13:45 2008
New Revision: 61087

Modified:
   python/trunk/Doc/tutorial/interpreter.rst
   python/trunk/Doc/using/unix.rst
   python/trunk/Doc/using/windows.rst
Log:
#2194: fix some typos.


Modified: python/trunk/Doc/tutorial/interpreter.rst
==============================================================================
--- python/trunk/Doc/tutorial/interpreter.rst	(original)
+++ python/trunk/Doc/tutorial/interpreter.rst	Tue Feb 26 20:13:45 2008
@@ -22,7 +22,7 @@
 alternative location.)
 
 On Windows machines, the Python installation is usually placed in
-:file:`C:\Python26`, though you can change this when you're running the
+:file:`C:\\Python26`, though you can change this when you're running the
 installer.  To add this directory to your path,  you can type the following
 command into the command prompt in a DOS box::
 

Modified: python/trunk/Doc/using/unix.rst
==============================================================================
--- python/trunk/Doc/using/unix.rst	(original)
+++ python/trunk/Doc/using/unix.rst	Tue Feb 26 20:13:45 2008
@@ -20,7 +20,7 @@
 that are not available on your distro's package.  You can easily compile the
 latest version of Python from source.
 	
-In the event Python doesn't come preinstalled and isn't in the repositories as
+In the event that Python doesn't come preinstalled and isn't in the repositories as
 well, you can easily make packages for your own distro.  Have a look at the
 following links:
 

Modified: python/trunk/Doc/using/windows.rst
==============================================================================
--- python/trunk/Doc/using/windows.rst	(original)
+++ python/trunk/Doc/using/windows.rst	Tue Feb 26 20:13:45 2008
@@ -21,7 +21,7 @@
 <http://www.python.org/download/releases/>`_ for many years.
 
 With ongoing development of Python, some platforms that used to be supported
-earlier are not longer supported (due to the lack of users or developers).
+earlier are no longer supported (due to the lack of users or developers).
 Check :pep:`11` for details on all unsupported platforms.
 
 * DOS and Windows 3.x are deprecated since Python 2.0 and code specific to these


More information about the Python-checkins mailing list