- Notifications
You must be signed in to change notification settings - Fork675
Commit5583eaa
docs(api): fix incorrect docs for merge_request_approvals (#2094)
* docs(api): fix incorrect docs for merge_request_approvalsThe `set_approvers()` method is on the `ProjectApprovalManager` class.It is not part of the `ProjectApproval` class.The docs were previously showing to call `set_approvers` using a`ProjectApproval` instance, which would fail. Correct thedocumentation.This was pointed out by a question on the Gitter channel.Co-authored-by: Nejc Habjan <nejc.habjan@siemens.com>1 parenta825844 commit5583eaa
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
0 commit comments
Comments
(0)