summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-11 13:35:29 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-11 17:36:04 +0000
commit5d6f6047c03eab682be181aa2664c2ee565169e8 (patch)
tree27c5ae7443c10bb93f191079e18105140ce36a8a /src
parent9f2081ca9618d71b3393c9447ed9f16b142144bc (diff)
channel: use a proper docstring instead of just a comment
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/server/channel.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/channel.py b/src/server/channel.py
index ea09bc8..2e89593 100644
--- a/src/server/channel.py
+++ b/src/server/channel.py
@@ -99,7 +99,8 @@ class Channel(_Channel, DBusProperties):
self._immutable_properties.update(props)
def get_props(self):
- # Despite its name, this function actually only returns immutable properties.
+ """Despite its name, this function actually only returns immutable channel
+ properties."""
props = dict()
for prop, iface in self._immutable_properties.items():
props[iface + '.' + prop] = \