diff options
author | delirious-lettuce <delirious.lettuce@gmail.com> | 2017-05-19 20:37:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-05-19 20:37:57 (GMT) |
commit | 3378b2062c7fbb77a9b5e6d315d6b94160fac69a (patch) | |
tree | 7cfeb0047ea14f4a77c4fb5a6fd4a233120c96e0 /Doc/library/sunau.rst | |
parent | a632d00a1cbb6f4f8978cb45dd9789658cceb7c8 (diff) | |
download | cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.zip cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.gz cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.bz2 |
Fix typos in multiple `.rst` files (#1668)
Diffstat (limited to 'Doc/library/sunau.rst')
-rw-r--r-- | Doc/library/sunau.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sunau.rst b/Doc/library/sunau.rst index 1ecc7a7..c8357e4 100644 --- a/Doc/library/sunau.rst +++ b/Doc/library/sunau.rst @@ -118,7 +118,7 @@ AU_read objects, as returned by :func:`.open` above, have the following methods: .. method:: AU_read.getnchannels() - Returns number of audio channels (1 for mone, 2 for stereo). + Returns number of audio channels (1 for mono, 2 for stereo). .. method:: AU_read.getsampwidth() |