From b8099acd4e4726b00a258ae925ef8320c7384a6b Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 8 Dec 2014 11:42:50 +0900 Subject: Fix incorrect docstring Change-Id: Ic753786a01deef0270e3039c15a0ceabedfe3901 --- pygerrit/rest/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 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('/') -- cgit v1.2.1