From: Éric Araujo Date: Fri, 29 Jul 2011 09:57:50 +0000 (+0200) Subject: Fix “anyways” (following R. David Murray in 5c7520e02d5a) X-Git-Tag: v2.7.3rc1~564^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e1c294d28233c75cf25467d6a8082486d4aab5e;p=thirdparty%2FPython%2Fcpython.git Fix “anyways” (following R. David Murray in 5c7520e02d5a) --- diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 915654d4ea8d..e8037067b03c 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -72,7 +72,7 @@ In that case, you would download the installer appropriate to your platform and do the obvious thing with it: run it if it's an executable installer, ``rpm --install`` it if it's an RPM, etc. You don't need to run Python or a setup script, you don't need to compile anything---you might not even need to read any -instructions (although it's always a good idea to do so anyways). +instructions (although it's always a good idea to do so anyway). Of course, things will not always be that easy. You might be interested in a module distribution that doesn't have an easy-to-use installer for your diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst index 37ead5d68d3f..848eca5dfca7 100644 --- a/Doc/library/ossaudiodev.rst +++ b/Doc/library/ossaudiodev.rst @@ -17,7 +17,7 @@ the standard audio interface for Linux and recent versions of FreeBSD. ALSA is in the standard kernel as of 2.5.x. Presumably if you use ALSA, you'll have to make sure its OSS compatibility layer is active to use ossaudiodev, but you're gonna need it for the vast - majority of Linux audio apps anyways. + majority of Linux audio apps anyway. Sounds like things are also complicated for other BSDs. In response to my python-dev query, Thomas Wouters said: