summaryrefslogtreecommitdiff
path: root/pygerrit/error.py
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2012-07-31 09:38:59 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2012-07-31 11:45:40 +0900
commit65106ac065be9239fdaa0f9da7933564156f6d1e (patch)
tree36f823d7894309aa4761f6b46ad6f15495fddafe /pygerrit/error.py
parentb6ba6d314ad8f764daa5ea8a2774c69439093c77 (diff)
downloadpygerrit-65106ac065be9239fdaa0f9da7933564156f6d1e.tar.gz
Tidy up docstrings to follow the PEP-257 docstring convention0.0.2
http://www.python.org/dev/peps/pep-0257/ Change-Id: I1469a94f01660ef00aac196a5ca8995b3803a4bd
Diffstat (limited to 'pygerrit/error.py')
-rw-r--r--pygerrit/error.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pygerrit/error.py b/pygerrit/error.py
index 51ab039..d52eb6c 100644
--- a/pygerrit/error.py
+++ b/pygerrit/error.py
@@ -2,4 +2,7 @@
class GerritError(Exception):
- ''' Raised when something goes wrong in Gerrit handling. '''
+
+ """ Raised when something goes wrong in Gerrit handling. """
+
+ pass