Fix zuul.projects type in docs

There was a second location where the old "list" type was used in the
docs that was missed in the change to dict of dicts. Fix this minor
documentation detail to say dictionary instead of list.

Change-Id: I4c9f90f201040e3044e818b839fc715e906f049d
This commit is contained in:
Clark Boylan 2017-12-06 11:03:26 -08:00
parent f457d5f2b1
commit 3934e3f769
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ of item.
.. var:: projects
:type: dict
A list of all projects prepared by Zuul for the item. It
A dictionary of all projects prepared by Zuul for the item. It
includes, at least, the item's own project. It also includes
the projects of any items this item depends on, as well as the
projects that appear in :attr:`job.required-projects`.