[gnome-music/wip/jfelder/mpris-cleanup: 4/17] mpris: Make docstring quotation mark consistent
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/mpris-cleanup: 4/17] mpris: Make docstring quotation mark consistent
- Date: Fri, 14 Jun 2019 16:18:24 +0000 (UTC)
commit 9f5de4d5c9ba96e14a9bca44db9615d5021146bf
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 1ce8308f..90ee4122 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]