]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#2194: fix some typos.
authorGeorg Brandl <georg@python.org>
Tue, 26 Feb 2008 19:13:45 +0000 (19:13 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 26 Feb 2008 19:13:45 +0000 (19:13 +0000)
Doc/tutorial/interpreter.rst
Doc/using/unix.rst
Doc/using/windows.rst

index 5a3431dd37ceb1528748c1a4b93e2e47afbf0547..a62934c8c04e96c7b60a7b461ff9ad861e1e9124 100644 (file)
@@ -22,7 +22,7 @@ guru or system administrator.  (E.g., :file:`/usr/local/python` is a popular
 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::
 
index cc99a62627a5e370ca88a8cfd7100612713f9bfd..69b76c6c811f42a6b8d07a8f4de0076ab18eb17f 100644 (file)
@@ -20,7 +20,7 @@ package on all others.  However there are certain features you might want to use
 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:
 
index 1753b6dbca9f3f7956110f7d1599a0110189d83a..cd706a7df52bfa5bc46300f36290698bc78023cd 100644 (file)
@@ -21,7 +21,7 @@ has compiled Windows installers (MSI packages) with every `release
 <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