diff options
| author | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-08-02 17:50:28 +0900 |
|---|---|---|
| committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-08-04 14:27:50 +0900 |
| commit | 3bcab572e30115ab42e5b96e6054f9b60b44a75c (patch) | |
| tree | 10382541c8896a36a26cbc036453fc861d90b79b /pygerrit/client.py | |
| parent | c79860036c63f06ab30a7560a8e1d3ea186d508e (diff) | |
| download | pygerrit-3bcab572e30115ab42e5b96e6054f9b60b44a75c.tar.gz | |
Add missing docstrings to conform to PEP-257
Change-Id: If06f1ea17740a796142db63e7086f80445f4c6e1
Diffstat (limited to 'pygerrit/client.py')
| -rw-r--r-- | pygerrit/client.py | 2 |
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): |
