diff options
Diffstat (limited to 'gitlab/exceptions.py')
-rw-r--r-- | gitlab/exceptions.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index a756030..6b86471 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -297,8 +297,7 @@ def on_http_error(error: Type[Exception]) -> Callable[[__F], __F]: raise specialized exceptions instead. Args: - error(Exception): The exception type to raise -- must inherit from - GitlabError + The exception type to raise -- must inherit from GitlabError """ def wrap(f: __F) -> __F: |