X Tutup
Skip to content

Commit 59e387e

Browse files
committed
Fix “anyways” (following R. David Murray in 4d5a546b6186)
1 parent 7c12bae commit 59e387e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/install/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In that case, you would download the installer appropriate to your platform and
7272
do the obvious thing with it: run it if it's an executable installer, ``rpm
7373
--install`` it if it's an RPM, etc. You don't need to run Python or a setup
7474
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).
75+
instructions (although it's always a good idea to do so anyway).
7676

7777
Of course, things will not always be that easy. You might be interested in a
7878
module distribution that doesn't have an easy-to-use installer for your

Doc/library/ossaudiodev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the standard audio interface for Linux and recent versions of FreeBSD.
1414
ALSA is in the standard kernel as of 2.5.x. Presumably if you
1515
use ALSA, you'll have to make sure its OSS compatibility layer
1616
is active to use ossaudiodev, but you're gonna need it for the vast
17-
majority of Linux audio apps anyways.
17+
majority of Linux audio apps anyway.
1818
1919
Sounds like things are also complicated for other BSDs. In response
2020
to my python-dev query, Thomas Wouters said:

0 commit comments

Comments
 (0)
X Tutup