[gnome-music/wip/jfelder/mpris-cleanup: 5/17] mpris: Make docstring quotation mark consistent



commit 32c13e3153b94760961bca0e28b74a91a69f3bd4
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Mar 14 10:45:21 2019 +0100

    mpris: Make docstring quotation mark consistent

 gnomemusic/mpris.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gnomemusic/mpris.py b/gnomemusic/mpris.py
index cf360803..ffc56ec2 100644
--- a/gnomemusic/mpris.py
+++ b/gnomemusic/mpris.py
@@ -95,7 +95,7 @@ class DBusInterface:
 
 
 class MPRIS(DBusInterface):
-    '''
+    """
     <!DOCTYPE node PUBLIC
     '-//freedesktop//DTD D-BUS Object Introspection 1.0//EN'
     'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
@@ -111,10 +111,10 @@ class MPRIS(DBusInterface):
                 <arg name='property' direction='in' type='s'/>
                 <arg name='value' direction='out' type='v'/>
             </method>
-            <method name="Set">
-                <arg name="interface_name" direction="in" type="s"/>
-                <arg name="property_name" direction="in" type="s"/>
-                <arg name="value" direction="in" type="v"/>
+            <method name='Set'>
+                <arg name='interface_name' direction='in' type='s'/>
+                <arg name='property_name' direction='in' type='s'/>
+                <arg name='value' direction='in' type='v'/>
             </method>
             <method name='GetAll'>
                 <arg name='interface' direction='in' type='s'/>
@@ -227,7 +227,7 @@ class MPRIS(DBusInterface):
             </signal>
         </interface>
     </node>
-    '''
+    """
 
     MEDIA_PLAYER2_IFACE = 'org.mpris.MediaPlayer2'
     MEDIA_PLAYER2_PLAYER_IFACE = 'org.mpris.MediaPlayer2.Player'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]