From: Paul Brossier Date: Fri, 24 Mar 2017 19:09:17 +0000 (+0100) Subject: doc/develop.rst: fix punctuation X-Git-Tag: 0.4.5~35 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a7eca0dc275e9d54562784286909186007429681;p=aubio.git doc/develop.rst: fix punctuation --- diff --git a/doc/develop.rst b/doc/develop.rst index fc12d75d..f127ca94 100644 --- a/doc/develop.rst +++ b/doc/develop.rst @@ -86,7 +86,7 @@ Reading a sound file -------------------- In this example, `aubio_source `_ -is used to read a media file: +is used to read a media file. First, define a few variables and allocate some memory.