[Python-checkins] cpython (3.2): Fix “anyways” (following R. David Murray in 4d5a546b6186)

eric.araujo python-checkins at python.org
Fri Jul 29 14:35:17 CEST 2011


http://hg.python.org/cpython/rev/a17c9f7686e5
changeset:   71552:a17c9f7686e5
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Jul 26 16:53:17 2011 +0200
summary:
  Fix “anyways” (following R. David Murray in 4d5a546b6186)

files:
  Doc/install/index.rst       |  2 +-
  Doc/library/ossaudiodev.rst |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/install/index.rst b/Doc/install/index.rst
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -72,7 +72,7 @@
 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
--- a/Doc/library/ossaudiodev.rst
+++ b/Doc/library/ossaudiodev.rst
@@ -14,7 +14,7 @@
    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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list