From 3bcab572e30115ab42e5b96e6054f9b60b44a75c Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 2 Aug 2013 17:50:28 +0900 Subject: Add missing docstrings to conform to PEP-257 Change-Id: If06f1ea17740a796142db63e7086f80445f4c6e1 --- pygerrit/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygerrit/client.py') 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): -- cgit v1.2.1