]> granicus.if.org Git - python/commitdiff
Fix markup.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Oct 2013 08:55:02 +0000 (11:55 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Oct 2013 08:55:02 +0000 (11:55 +0300)
Doc/library/aifc.rst

index 999bad83ca8a59ce09c0969487659f7c8ff73eb9..8a3541b8062909cc30be77fd8e7367f4ab67f330 100644 (file)
@@ -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