]> git.parisson.com Git - timeside.git/commitdiff
fix doc 0.4.6
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 9 Sep 2013 18:39:48 +0000 (20:39 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 9 Sep 2013 18:39:48 +0000 (20:39 +0200)
README.rst
timeside/decoder/core.py

index 198d94f01b270d35fbc3ce4fe6c15b2ce3e8e78a..2988ca97599a243d9fb01eee9171be2d5359eaea 100644 (file)
@@ -161,7 +161,7 @@ TimeSide needs some other python modules to run. The following methods explain h
 On Debian, Ubuntu, etc::
 
  $ sudo apt-get update
- $ sudo apt-get install gcc python python-dev python-pip python-setuptools 
+ $ sudo apt-get install gcc python python-dev python-pip python-setuptools \
                         python-gobject gobject-introspection \
                         python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \
                         gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \
index d4476083c72035f10850f19d08ac37d5e49cd89e..1bc90d38d0009223582e58724f1b1f66831532ea 100644 (file)
@@ -22,7 +22,7 @@
 # along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
 
 # Authors: Paul Brossier <piem@piem.org>
-#          Guilaume Pellerin <yomguy@parisson.com>
+# Guillaume Pellerin <yomguy@parisson.com>
 
 from timeside.core import Processor, implements, interfacedoc
 from timeside.api import IDecoder