diff options
author | Max Wittig <max.wittig@siemens.com> | 2018-11-23 12:43:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-23 12:43:43 +0100 |
commit | e6df9a8b2f9c2397ea3ae67dfe19a2fa91f41c19 (patch) | |
tree | c09b6ded0d0684fb4647e923f54ce957f5e01861 | |
parent | c8eaeb2d258055b8fc77cbeef373aee5551c181a (diff) | |
parent | 0c9a00bb154007a0a9f665ca38e6fec50d378eaf (diff) | |
download | gitlab-e6df9a8b2f9c2397ea3ae67dfe19a2fa91f41c19.tar.gz |
Merge pull request #638 from python-gitlab/fix/633/milestone_filter
[docs] Fix the milestone filetring doc (iid -> iids)
-rw-r--r-- | docs/gl_objects/milestones.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/milestones.rst b/docs/gl_objects/milestones.rst index 0d3f576..f24e13f 100644 --- a/docs/gl_objects/milestones.rst +++ b/docs/gl_objects/milestones.rst @@ -30,7 +30,7 @@ List the milestones for a project or a group:: You can filter the list using the following parameters: -* ``iid``: unique ID of the milestone for the project +* ``iids``: unique IDs of milestones for the project * ``state``: either ``active`` or ``closed`` * ``search``: to search using a string |