summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-26 14:53:17 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-26 14:53:17 (GMT)
commit59e387eb4034dcc007b0b30eedea4e5fcbc92594 (patch)
treec07efaed1506a7ac5b1b2af79588795e8aae1c33
parent7c12bae717b0e84faee548021feb87ba63410881 (diff)
downloadcpython-59e387eb4034dcc007b0b30eedea4e5fcbc92594.zip
cpython-59e387eb4034dcc007b0b30eedea4e5fcbc92594.tar.gz
cpython-59e387eb4034dcc007b0b30eedea4e5fcbc92594.tar.bz2
Fix “anyways” (following R. David Murray in 4d5a546b6186)
-rw-r--r--Doc/install/index.rst2
-rw-r--r--Doc/library/ossaudiodev.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index f8d6305..6f4de7a 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 3b5a7e4..0a08428 100644
--- a/Doc/library/ossaudiodev.rst
+++ b/Doc/library/ossaudiodev.rst
@@ -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: