Skip to content

Commit e6df9a8

Browse files
authored
Merge pull request #638 from python-gitlab/fix/633/milestone_filter
[docs] Fix the milestone filetring doc (iid -> iids)
2 parents c8eaeb2 + 0c9a00b commit e6df9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/milestones.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ List the milestones for a project or a group::
3030

3131
You can filter the list using the following parameters:
3232

33-
* ``iid``: unique ID of the milestone for the project
33+
* ``iids``: unique IDs of milestones for the project
3434
* ``state``: either ``active`` or ``closed``
3535
* ``search``: to search using a string
3636

0 commit comments

Comments
 (0)