]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix “anyways” (following R. David Murray in 4d5a546b6186)
authorÉric Araujo <merwok@netwok.org>
Tue, 26 Jul 2011 14:53:17 +0000 (16:53 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 26 Jul 2011 14:53:17 +0000 (16:53 +0200)
Doc/install/index.rst
Doc/library/ossaudiodev.rst

index f8d63057a6c811bd8af0abadf1d39623ef85f1a6..6f4de7a37d4db3c31af48e66d3c8b2b38fd883e5 100644 (file)
@@ -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
index 3b5a7e4212d8f30ede953d352a7ad5a6a080e2c3..0a08428409e5cbb038d5d90c3f55b9406719dd0b 100644 (file)
@@ -14,7 +14,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: