summaryrefslogtreecommitdiff
path: root/pygerrit/rest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/rest/__init__.py')
-rw-r--r--pygerrit/rest/__init__.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pygerrit/rest/__init__.py b/pygerrit/rest/__init__.py
index 3cbff2b..baf2dc1 100644
--- a/pygerrit/rest/__init__.py
+++ b/pygerrit/rest/__init__.py
@@ -95,10 +95,7 @@ class GerritRestAPI(object):
:arg str endpoint: The endpoint.
:returns:
- The full url with leading slashes stripped.
-
- :raises:
- requests.RequestException on timeout or connection error.
+ The full url.
"""
endpoint = endpoint.lstrip('/')