summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-06 20:28:46 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-06 20:28:46 (GMT)
commit24c532a5126f2e2f0ac9a5613ef88ac296bbd133 (patch)
treed5c32baa6b65674658d4dc7f62a171485dc45176
parent519744409b5030412616b8dc927fea157c68dd65 (diff)
downloadcpython-24c532a5126f2e2f0ac9a5613ef88ac296bbd133.zip
cpython-24c532a5126f2e2f0ac9a5613ef88ac296bbd133.tar.gz
cpython-24c532a5126f2e2f0ac9a5613ef88ac296bbd133.tar.bz2
Fix a couple of typos in docstrings.
-rw-r--r--Lib/sunau.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/sunau.py b/Lib/sunau.py
index 5ece295..07f2784 100644
--- a/Lib/sunau.py
+++ b/Lib/sunau.py
@@ -1,6 +1,6 @@
"""Stuff to parse Sun and NeXT audio files.
-An audio consists of a header followed by the data. The structure
+An audio file consists of a header followed by the data. The structure
of the header is as follows.
+---------------+
@@ -26,7 +26,7 @@ info field, all header fields are 4 bytes in size. They are all
The header size really gives the start of the data.
The data size is the physical size of the data. From the other
-parameter the number of frames can be calculated.
+parameters the number of frames can be calculated.
The encoding gives the way in which audio samples are encoded.
Possible values are listed below.
The info field currently consists of an ASCII string giving a