We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c12bae commit 59e387eCopy full SHA for 59e387e
2 files changed
Doc/install/index.rst
@@ -72,7 +72,7 @@ In that case, you would download the installer appropriate to your platform and
72
do the obvious thing with it: run it if it's an executable installer, ``rpm
73
--install`` it if it's an RPM, etc. You don't need to run Python or a setup
74
script, you don't need to compile anything---you might not even need to read any
75
-instructions (although it's always a good idea to do so anyways).
+instructions (although it's always a good idea to do so anyway).
76
77
Of course, things will not always be that easy. You might be interested in a
78
module distribution that doesn't have an easy-to-use installer for your
Doc/library/ossaudiodev.rst
@@ -14,7 +14,7 @@ the standard audio interface for Linux and recent versions of FreeBSD.
14
ALSA is in the standard kernel as of 2.5.x. Presumably if you
15
use ALSA, you'll have to make sure its OSS compatibility layer
16
is active to use ossaudiodev, but you're gonna need it for the vast
17
- majority of Linux audio apps anyways.
+ majority of Linux audio apps anyway.
18
19
Sounds like things are also complicated for other BSDs. In response
20
to my python-dev query, Thomas Wouters said:
0 commit comments