summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-03 21:31:47 +0000
committerGeorg Brandl <georg@python.org>2009-01-03 21:31:47 +0000
commit06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b (patch)
tree15223833b7a65c16ebd96233baa98d7997399dd9 /Doc/using
parentd509788f98e5ee6ecc638daf3be27493ae74640a (diff)
downloadcpython-git-06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b.tar.gz
Fix a few remaining problems found by rstlint.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/unix.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index d56d42246b..3d562a8b09 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -19,7 +19,7 @@ Python comes preinstalled on most Linux distributions, and is available as a
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 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:
@@ -46,7 +46,7 @@ On FreeBSD and OpenBSD
* OpenBSD users use::
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<version>.tgz
-
+
For example i386 users get the 2.5.1 version of Python using::
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/i386/python-2.5.1p2.tgz