diff options
Diffstat (limited to 'gitlab/v4/objects/epics.py')
-rw-r--r-- | gitlab/v4/objects/epics.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/epics.py b/gitlab/v4/objects/epics.py index 5161540..999c45f 100644 --- a/gitlab/v4/objects/epics.py +++ b/gitlab/v4/objects/epics.py @@ -101,8 +101,8 @@ class GroupEpicIssueManager( GitlabCreateError: If the server cannot perform the request Returns: - RESTObject: A new instance of the manage object class build with - the data sent by the server + A new instance of the manage object class build with + the data sent by the server """ if TYPE_CHECKING: assert data is not None |