Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3ef2063e
Commit
3ef2063e
authored
Feb 26, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#2194: fix some typos.
parent
ea837931
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/tutorial/interpreter.rst
Doc/tutorial/interpreter.rst
+1
-1
Doc/using/unix.rst
Doc/using/unix.rst
+1
-1
Doc/using/windows.rst
Doc/using/windows.rst
+1
-1
No files found.
Doc/tutorial/interpreter.rst
View file @
3ef2063e
...
@@ -22,7 +22,7 @@ guru or system administrator. (E.g., :file:`/usr/local/python` is a popular
...
@@ -22,7 +22,7 @@ guru or system administrator. (E.g., :file:`/usr/local/python` is a popular
alternative location.)
alternative location.)
On Windows machines, the Python installation is usually placed in
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
installer. To add this directory to your path, you can type the following
command into the command prompt in a DOS box::
command into the command prompt in a DOS box::
...
...
Doc/using/unix.rst
View file @
3ef2063e
...
@@ -20,7 +20,7 @@ package on all others. However there are certain features you might want to use
...
@@ -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
that
are
not
available
on
your
distro
's package. You can easily compile the
latest version of Python from source.
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
well, you can easily make packages for your own distro. Have a look at the
following links:
following links:
...
...
Doc/using/windows.rst
View file @
3ef2063e
...
@@ -21,7 +21,7 @@ has compiled Windows installers (MSI packages) with every `release
...
@@ -21,7 +21,7 @@ has compiled Windows installers (MSI packages) with every `release
<http://www.python.org/download/releases/>`_ for many years.
<http://www.python.org/download/releases/>`_ for many years.
With ongoing development of Python, some platforms that used to be supported
With ongoing development of Python, some platforms that used to be supported
earlier are no
t
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.
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
* DOS and Windows 3.x are deprecated since Python 2.0 and code specific to these
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment