Author: duncan
Date: Mon Dec 10 11:33:43 2007
New Revision: 10196

Log:
Corrected docstrings


Modified:
   branches/rel-1/freevo/src/audio/plugins/mplayervis.py
   branches/rel-1/freevo/src/config.py
   branches/rel-1/freevo/src/tv/v4l2.py

Modified: branches/rel-1/freevo/src/audio/plugins/mplayervis.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/mplayervis.py       (original)
+++ branches/rel-1/freevo/src/audio/plugins/mplayervis.py       Mon Dec 10 
11:33:43 2007
@@ -343,7 +343,7 @@
     The number of steps is proportional to time of a fade transition, each 
step if 1/10 sec
 
     When activated the following events can be used:
-        -  DISPLAY changes the view mode
+        - DISPLAY changes the view mode
         - SUBTITLE toggles the title on and off
         - LANG toggles the message on and off (not sure if this works)
         - 0-9 selects the visual effect mode

Modified: branches/rel-1/freevo/src/config.py
==============================================================================
--- branches/rel-1/freevo/src/config.py (original)
+++ branches/rel-1/freevo/src/config.py Mon Dec 10 11:33:43 2007
@@ -162,7 +162,7 @@
     record_group: VideoGroup that records for this tuner, default is to use 
the same device for record and play
     desc:         A nice description for this VideoGroup.
     group_type:   Special variable to identify devices like dvb or ivtv.  This
-                      can be left as default, 'normal', or set to 'ivtv', 
'dvb', 'webcam', 'tvalsa'.
+        can be left as default, 'normal', or set to 'ivtv', 'dvb', 'webcam', 
'tvalsa'.
     cmd:          Command for execute external prog after the channel 
switched, such as 'sudo /usr/local/bin/setuptuner'
     """
 

Modified: branches/rel-1/freevo/src/tv/v4l2.py
==============================================================================
--- branches/rel-1/freevo/src/tv/v4l2.py        (original)
+++ branches/rel-1/freevo/src/tv/v4l2.py        Mon Dec 10 11:33:43 2007
@@ -353,7 +353,7 @@
     def enuminputs(self):
         """
         Enumerate all inputs
-        @returns a dict of the inputs index by name
+        @returns: a dict of the inputs index by name
         """
         res = {}
         num = 0
@@ -418,7 +418,7 @@
     def enumstds(self):
         """
         Enumerate the TV standards
-        @returns a dict of the standards index by name
+        @returns: a dict of the standards index by name
         """
         res = {}
         num = 0

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to