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 3a1c56e commit 6ff3cceCopy full SHA for 6ff3cce
audioread/rawread.py
@@ -41,7 +41,7 @@ class BitWidthError(DecodeError):
41
42
43
def byteswap(s):
44
- """Swaps the endianness of the bytesting s, which must be an array
+ """Swaps the endianness of the bytestring s, which must be an array
45
of shorts (16-bit signed integers). This is probably less efficient
46
than it should be.
47
"""
0 commit comments