summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-18 08:54:52 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-18 08:54:52 (GMT)
commitde2f8fadcc05b87c33bd5f2e27cab9daf1e821ce (patch)
treef7ec674471065a06fec4db674b4552596763d0ec
parent7137803238ff54ae339e09ff676f6631000cfb28 (diff)
downloadcpython-de2f8fadcc05b87c33bd5f2e27cab9daf1e821ce.zip
cpython-de2f8fadcc05b87c33bd5f2e27cab9daf1e821ce.tar.gz
cpython-de2f8fadcc05b87c33bd5f2e27cab9daf1e821ce.tar.bz2
Fix markup.
-rw-r--r--Doc/library/aifc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/aifc.rst b/Doc/library/aifc.rst
index 1265423..de4144c 100644
--- a/Doc/library/aifc.rst
+++ b/Doc/library/aifc.rst
@@ -30,8 +30,8 @@ sampling rate or frame rate is the number of times per second the sound is
sampled. The number of channels indicate if the audio is mono, stereo, or
quadro. Each frame consists of one sample per channel. The sample size is the
size in bytes of each sample. Thus a frame consists of
-*nchannels*\**samplesize* bytes, and a second's worth of audio consists of
-*nchannels*\**samplesize*\**framerate* bytes.
+*nchannels*\*\ *samplesize* bytes, and a second's worth of audio consists of
+*nchannels*\*\ *samplesize*\*\ *framerate* bytes.
For example, CD quality audio has a sample size of two bytes (16 bits), uses two
channels (stereo) and has a frame rate of 44,100 frames/second. This gives a