From: Ezio Melotti Date: Sat, 4 Jul 2009 01:18:08 +0000 (+0000) Subject: #6398 typo: versio. -> version. X-Git-Tag: v2.7a1~838 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c7570d48afec05234071d1bba3d6dc76fab55c;p=thirdparty%2FPython%2Fcpython.git #6398 typo: versio. -> version. --- diff --git a/README b/README index 90cb28e4907d..becf6930652b 100644 --- a/README +++ b/README @@ -924,7 +924,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/python which refers to ${prefix}/bin/pythonX.Y. If you intend