[Python-checkins] cpython (3.3): Fix markup.

serhiy.storchaka python-checkins at python.org
Fri Oct 18 10:57:13 CEST 2013


http://hg.python.org/cpython/rev/c8d57d0ee398
changeset:   86423:c8d57d0ee398
branch:      3.3
parent:      86411:a1a4a527c699
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Oct 18 11:55:02 2013 +0300
summary:
  Fix markup.

files:
  Doc/library/aifc.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/aifc.rst b/Doc/library/aifc.rst
--- a/Doc/library/aifc.rst
+++ b/Doc/library/aifc.rst
@@ -30,8 +30,8 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list