[gnome-music/wip/jfelder/mpris-cleanup: 40/67] 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: 40/67] mpris: Make docstring quotation mark consistent
- Date: Fri, 5 Apr 2019 20:09:19 +0000 (UTC)
commit 4c23e0fc8f632f8b76e3916442bd3945932091f6
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 0c413f70..b547b6f2 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'/>
@@ -210,7 +210,7 @@ class MPRIS(DBusInterface):
<property name='CanEditTracks' type='b' access='read'/>
</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]