]> granicus.if.org Git - python/commitdiff
#6398 typo: versio. -> version.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 4 Jul 2009 01:14:30 +0000 (01:14 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 4 Jul 2009 01:14:30 +0000 (01:14 +0000)
README

diff --git a/README b/README
index 72f9a54f30819a8424d913bcd2972bb8f6b48dad..99fa8fa9dc83bf16c25620f1bb9452ed2e2e3942 100644 (file)
--- a/README
+++ b/README
@@ -127,7 +127,7 @@ Installing multiple versions
 On Unix and Mac systems if you intend to install multiple versions of Python
 using the same installation prefix (--prefix argument to the configure
 script) you must take care that your primary python executable is not
-overwritten by the installation of a different versio.  All files and
+overwritten by the installation of a different version.  All files and
 directories installed using "make altinstall" contain the major and minor
 version and can thus live side-by-side.  "make install" also creates
 ${prefix}/bin/python3 which refers to ${prefix}/bin/pythonX.Y.  If you intend