This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 31054c02ae3992ed77d1e5cb9748ffce89413d39 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 5 16:48:08 2018 +0100 Some more __doc__ string fixes. --- x2go/backends/control/plain.py | 1 - x2go/client.py | 1 - 2 files changed, 2 deletions(-) diff --git a/x2go/backends/control/plain.py b/x2go/backends/control/plain.py index f24cf16..d34af67 100644 --- a/x2go/backends/control/plain.py +++ b/x2go/backends/control/plain.py @@ -1593,7 +1593,6 @@ class X2GoControlSession(paramiko.SSHClient): @type display: C{str} @param share_mode: desktop sharing mode, 0 stands for VIEW-ONLY, 1 for FULL-ACCESS mode (Default value = 0) @type share_mode: C{int} - @param **kwargs: @return: True if the session could be successfully shared @rtype: C{bool} @raise X2GoDesktopSharingException: if C{username} and C{dislpay} do not relate to a diff --git a/x2go/client.py b/x2go/client.py index 57fd9fa..28d3b9b 100644 --- a/x2go/client.py +++ b/x2go/client.py @@ -1432,7 +1432,6 @@ class X2GoClient(object): action arguments), for possible print action arguments and their values see each individual print action class @type kwargs: C{dict} - @param **kwargs: """ self.session_registry(session_uuid).set_print_action(print_action=print_action, **kwargs) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git