Skip to content

Commit b031cac

Browse files
committed
Grammar fixes
1 parent 0084106 commit b031cac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,10 +2767,10 @@ nframes = <Wave_read>.getnframes() # Number of frames.
27672767
<Wave_write>.writeframes(<bytes>) # Appends frames to file.
27682768
```
27692769
* **Bytes object contains a sequence of frames, each consisting of one or more samples.**
2770-
* **In stereo signal first sample of a frame belongs to the left channel.**
2770+
* **In a stereo signal, the first sample of a frame belongs to the left channel.**
27712771
* **Each sample consists of one or more bytes that, when converted to an integer, indicate the displacement of a speaker membrane at a given moment.**
27722772
* **If sample width is one, then the integer should be encoded unsigned.**
2773-
* **For all other sizes the integer should be encoded signed with little-endian byte order.**
2773+
* **For all other sizes, the integer should be encoded signed with little-endian byte order.**
27742774

27752775
### Sample Values
27762776
```text

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,10 +2354,10 @@
23542354
</code></pre>
23552355
<ul>
23562356
<li><strong>Bytes object contains a sequence of frames, each consisting of one or more samples.</strong></li>
2357-
<li><strong>In stereo signal first sample of a frame belongs to the left channel.</strong></li>
2357+
<li><strong>In a stereo signal, the first sample of a frame belongs to the left channel.</strong></li>
23582358
<li><strong>Each sample consists of one or more bytes that, when converted to an integer, indicate the displacement of a speaker membrane at a given moment.</strong></li>
23592359
<li><strong>If sample width is one, then the integer should be encoded unsigned.</strong></li>
2360-
<li><strong>For all other sizes the integer should be encoded signed with little-endian byte order.</strong></li>
2360+
<li><strong>For all other sizes, the integer should be encoded signed with little-endian byte order.</strong></li>
23612361
</ul>
23622362
<div><h3 id="samplevalues">Sample Values</h3><pre><code class="text language-text">+-----------+-------------+------+-------------+
23632363
| sampwidth | min | zero | max |

0 commit comments

Comments
 (0)