Skip to content

Commit 3ef2063

Browse files
committed
#2194: fix some typos.
1 parent ea83793 commit 3ef2063

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/tutorial/interpreter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ guru or system administrator. (E.g., :file:`/usr/local/python` is a popular
2222
alternative location.)
2323

2424
On Windows machines, the Python installation is usually placed in
25-
:file:`C:\Python26`, though you can change this when you're running the
25+
:file:`C:\\Python26`, though you can change this when you're running the
2626
installer. To add this directory to your path, you can type the following
2727
command into the command prompt in a DOS box::
2828

Doc/using/unix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package on all others. However there are certain features you might want to use
2020
that are not available on your distro's package. You can easily compile the
2121
latest version of Python from source.
2222

23-
In the event Python doesn't come preinstalled and isn't in the repositories as
23+
In the event that Python doesn't come preinstalled and isn't in the repositories as
2424
well, you can easily make packages for your own distro. Have a look at the
2525
following links:
2626

Doc/using/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ has compiled Windows installers (MSI packages) with every `release
2121
<http://www.python.org/download/releases/>`_ for many years.
2222

2323
With ongoing development of Python, some platforms that used to be supported
24-
earlier are not longer supported (due to the lack of users or developers).
24+
earlier are no longer supported (due to the lack of users or developers).
2525
Check :pep:`11` for details on all unsupported platforms.
2626

2727
* DOS and Windows 3.x are deprecated since Python 2.0 and code specific to these

0 commit comments

Comments
 (0)