Skip to content

Commit 6ff3cce

Browse files
committed
Spelling fix (close #100, close #101)
1 parent 3a1c56e commit 6ff3cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audioread/rawread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class BitWidthError(DecodeError):
4141

4242

4343
def byteswap(s):
44-
"""Swaps the endianness of the bytesting s, which must be an array
44+
"""Swaps the endianness of the bytestring s, which must be an array
4545
of shorts (16-bit signed integers). This is probably less efficient
4646
than it should be.
4747
"""

0 commit comments

Comments
 (0)