summaryrefslogtreecommitdiff
path: root/pygerrit/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/client.py')
-rw-r--r--pygerrit/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygerrit/client.py b/pygerrit/client.py
index 95f4ce0..9f34ef8 100644
--- a/pygerrit/client.py
+++ b/pygerrit/client.py
@@ -46,7 +46,7 @@ class GerritClient(object):
self._ssh_client = GerritSSHClient(host)
def gerrit_version(self):
- """ Get the version of Gerrit that is connected to. """
+ """ Return the version of Gerrit that is connected to. """
return self._ssh_client.get_remote_version()
def query(self, term):